GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
ada-lang.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-2
/
+2
*
Change Ada catchpoints to be bp_catchpoint
Tom Tromey
2019-07-10
1
-6
/
+14
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-4
/
+4
*
Remove is_a_field_of_this from ada_lookup_symbol
Tom Tromey
2019-07-01
1
-8
/
+4
*
Fix crash when setting breakpoint condition
Tom Tromey
2019-06-19
1
-7
/
+27
*
Remove unnecessary casts of NULL
Tom Tromey
2019-06-16
1
-2
/
+1
*
Allow re-assigning to convenience variables
Tom Tromey
2019-06-14
1
-1
/
+5
*
Update help text in ada-lang.c
Tom Tromey
2019-06-10
1
-5
/
+13
*
Introduce and use make_unique_xstrdup
Pedro Alves
2019-06-04
1
-2
/
+1
*
Remove find_old_style_renaming_symbol
Tom Tromey
2019-05-28
1
-171
/
+9
*
Fix assertion failure in coerce_unspec_val_to_type
Tom Tromey
2019-05-14
1
-1
/
+2
*
Add completion for Ada catch commands
Tom Tromey
2019-05-10
1
-2
/
+18
*
Convert ada-lang.c to type-safe registry API
Tom Tromey
2019-05-08
1
-47
/
+16
*
Remove "struct" from foreach statements
Tom Tromey
2019-05-03
1
-2
/
+2
*
Fix bug in assignment to nested packed structure
Tom Tromey
2019-05-01
1
-3
/
+4
*
Fix big-endian aggregate assignment in Ada
Tom Tromey
2019-05-01
1
-6
/
+8
*
Fix "catch exception" with dynamic linking
Tom Tromey
2019-04-30
1
-25
/
+83
*
gdb: Introduce new language field la_is_string_type_p
Andrew Burgess
2019-04-29
1
-0
/
+1
*
gdb: Introduce new language field la_struct_too_deep_ellipsis
Andrew Burgess
2019-04-29
1
-1
/
+2
*
gdb/ada: Update some predicate functions to return bool
Andrew Burgess
2019-04-29
1
-4
/
+4
*
Print non-Ada unions without crashing
Tom Tromey
2019-04-19
1
-4
/
+13
*
gdb: Remove LANG_MAGIC
Andrew Burgess
2019-04-12
1
-2
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-7
/
+7
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-21
/
+14
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-3
/
+3
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-38
/
+33
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-33
/
+38
*
Move innermost_block_tracker global to parse_state
Tom Tromey
2019-04-04
1
-13
/
+18
*
Move completion parsing to parser_state
Tom Tromey
2019-04-04
1
-16
/
+19
*
Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST
Keith Seitz
2019-03-29
1
-4
/
+4
*
Remove null_block_symbol
Tom Tromey
2019-03-24
1
-2
/
+2
*
More block constification
Tom Tromey
2019-03-24
1
-3
/
+4
*
Fix Ada "ptype" bug with array types
Tom Tromey
2019-03-18
1
-7
/
+10
*
Fix pager bugs with style output
Tom Tromey
2019-02-17
1
-24
/
+24
*
(Ada) fix GDB crash printing packed array
Joel Brobecker
2019-02-17
1
-1
/
+13
*
Fix memory leak in create_ada_exception_catchpoint
Tom Tromey
2019-02-15
1
-4
/
+4
*
C++-ify bp_location
Tom Tromey
2019-02-15
1
-21
/
+3
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
Make minimal symbol range adapter a method on objfile
Tom Tromey
2019-01-17
1
-2
/
+2
*
Add compunits range adapter to objfile
Tom Tromey
2019-01-17
1
-4
/
+4
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-7
/
+7
*
expand a bit the in-GDB help for the "catch exception" help text
Joel Brobecker
2019-01-12
1
-1
/
+8
*
Remove ALL_COMPUNITS
Tom Tromey
2019-01-09
1
-47
/
+53
*
Remove ALL_OBJFILE_COMPUNITS
Tom Tromey
2019-01-09
1
-4
/
+1
*
Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
Tom Tromey
2019-01-09
1
-43
/
+46
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-3
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Use gdb:array_view in call_function_by_hand & friends
Pedro Alves
2018-11-21
1
-1
/
+3
*
delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead
Joel Brobecker
2018-11-14
1
-78
/
+10
*
OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"
Philippe Waroquiers
2018-11-03
1
-1
/
+1
[next]