aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Constify command_line_inputTom Tromey2019-11-081-1/+1
* Remove la_get_string memberTom Tromey2019-11-051-1/+0
* Clean up ada-lang.hSimon Marchi2019-10-291-449/+455
* Remove unused includes in ada-*.c filesSimon Marchi2019-10-291-7/+0
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-6/+6
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Add $_ada_exception convenience variableTom Tromey2019-10-021-230/+77
* Back out earlier Ada exception changeTom Tromey2019-10-021-82/+25
* Handle copy relocationsTom Tromey2019-10-021-0/+9
* Use styled_string in more placesTom Tromey2019-10-011-3/+5
* Introduce metadata styleTom Tromey2019-10-011-2/+3
* Make ada_decode not use a static bufferChristian Biesinger2019-09-231-39/+24
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-101-13/+7
* Change iterate_over_symbols to return boolTom Tromey2019-09-101-2/+4
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-101-16/+18
* Handle biased typesTom Tromey2019-09-031-1/+1
* Fix bug with character enumeration literalTom Tromey2019-08-151-0/+8
* Use obstack_strdup moreTom Tromey2019-08-061-2/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-6/+6
* support Ada EH ABI v1Alexandre Oliva2019-08-021-3/+49
* Rename field_int to field_signedTom Tromey2019-07-171-2/+2
* Change Ada catchpoints to be bp_catchpointTom Tromey2019-07-101-6/+14
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Remove is_a_field_of_this from ada_lookup_symbolTom Tromey2019-07-011-8/+4
* Fix crash when setting breakpoint conditionTom Tromey2019-06-191-7/+27
* Remove unnecessary casts of NULLTom Tromey2019-06-161-2/+1
* Allow re-assigning to convenience variablesTom Tromey2019-06-141-1/+5
* Update help text in ada-lang.cTom Tromey2019-06-101-5/+13
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-2/+1
* Remove find_old_style_renaming_symbolTom Tromey2019-05-281-171/+9
* Fix assertion failure in coerce_unspec_val_to_typeTom Tromey2019-05-141-1/+2
* Add completion for Ada catch commandsTom Tromey2019-05-101-2/+18
* Convert ada-lang.c to type-safe registry APITom Tromey2019-05-081-47/+16
* Remove "struct" from foreach statementsTom Tromey2019-05-031-2/+2
* Fix bug in assignment to nested packed structureTom Tromey2019-05-011-3/+4
* Fix big-endian aggregate assignment in AdaTom Tromey2019-05-011-6/+8
* Fix "catch exception" with dynamic linkingTom Tromey2019-04-301-25/+83
* gdb: Introduce new language field la_is_string_type_pAndrew Burgess2019-04-291-0/+1
* gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess2019-04-291-1/+2
* gdb/ada: Update some predicate functions to return boolAndrew Burgess2019-04-291-4/+4
* Print non-Ada unions without crashingTom Tromey2019-04-191-4/+13
* gdb: Remove LANG_MAGICAndrew Burgess2019-04-121-2/+1
* Rename gdb exception typesTom Tromey2019-04-081-7/+7
* Rewrite TRY/CATCHTom Tromey2019-04-081-21/+14
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-3/+3
* Revert the header-sorting patchTom Tromey2019-04-061-38/+33
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-33/+38
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-13/+18