aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce metadata styleTom Tromey2019-10-011-6/+10
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* More block constificationTom Tromey2019-03-241-2/+1
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-66/+68
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-3/+3
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-4/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Use gdb::byte_vector in pascal_object_print_valueTom Tromey2017-09-091-8/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-9/+10
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-5/+5
* Add array start and end strings to generic_val_print_decorationsTom Tromey2016-05-171-1/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] Add casts to obstack_base callsSimon Marchi2015-11-181-1/+2
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* gdb: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-4/+4
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-6/+8
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-5/+0
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* change minsym representationTom Tromey2014-02-261-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Print nonexisting/optimized out static fields gracefully.Pedro Alves2013-10-251-0/+6
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-2/+2
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-6/+6
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-6/+7
* PR cli/7719:Tom Tromey2013-01-071-30/+11
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey2012-12-141-1/+1
* gdb/Yao Qi2012-08-161-13/+3
* * p-valprint.c (pascal_object_print_value): Replace potentiallySiddhesh Poyarekar2012-07-231-2/+6
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* PR exp/13907:Tom Tromey2012-05-181-1/+3
* * valprint.c (val_print_string): Don't print leading space.Tom Tromey2012-05-181-1/+13
* * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey2012-05-181-3/+3
* * valprint.h (struct generic_val_print_decorations): New.Tom Tromey2012-03-011-187/+26
* * valprint.c (val_print): Update.Tom Tromey2012-03-011-12/+4
* * value.h (value_print): Return void.Tom Tromey2012-03-011-2/+2
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-2/+2