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/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
*
Constify command_line_input
Tom Tromey
2019-11-08
1
-1
/
+1
*
Remove la_get_string member
Tom Tromey
2019-11-05
1
-1
/
+0
*
Clean up ada-lang.h
Simon Marchi
2019-10-29
1
-449
/
+455
*
Remove unused includes in ada-*.c files
Simon Marchi
2019-10-29
1
-7
/
+0
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-2
/
+2
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-6
/
+6
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
1
-1
/
+0
*
Add $_ada_exception convenience variable
Tom Tromey
2019-10-02
1
-230
/
+77
*
Back out earlier Ada exception change
Tom Tromey
2019-10-02
1
-82
/
+25
*
Handle copy relocations
Tom Tromey
2019-10-02
1
-0
/
+9
*
Use styled_string in more places
Tom Tromey
2019-10-01
1
-3
/
+5
*
Introduce metadata style
Tom Tromey
2019-10-01
1
-2
/
+3
*
Make ada_decode not use a static buffer
Christian Biesinger
2019-09-23
1
-39
/
+24
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-3
/
+3
*
Change map_matching_symbols to take a lookup_name_info
Tom Tromey
2019-09-10
1
-13
/
+7
*
Change iterate_over_symbols to return bool
Tom Tromey
2019-09-10
1
-2
/
+4
*
Change map_matching_symbols to take a symbol_found_callback_ftype
Tom Tromey
2019-09-10
1
-16
/
+18
*
Handle biased types
Tom Tromey
2019-09-03
1
-1
/
+1
*
Fix bug with character enumeration literal
Tom Tromey
2019-08-15
1
-0
/
+8
*
Use obstack_strdup more
Tom Tromey
2019-08-06
1
-2
/
+1
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-6
/
+6
*
support Ada EH ABI v1
Alexandre Oliva
2019-08-02
1
-3
/
+49
*
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
[next]