aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* Introduce metadata styleTom Tromey2019-10-011-12/+18
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* "set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves2019-06-131-6/+13
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-131-81/+178
* Add "set print finish"Tom Tromey2019-05-291-1/+2
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-1/+56
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Remove excess calls to gdb_flushTom Tromey2019-03-051-4/+0
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Handle ICC's unexpected void return typeAndrew Burgess2018-10-311-0/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-3/+2
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-27/+21
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Replace VEC(converted_character_d) with std::vectorSimon Marchi2018-01-071-19/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-6/+2
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-14/+2
* Target FP printing: Simplify and fix print_floatingUlrich Weigand2017-10-241-104/+11
* Constify add_prefix_cmdTom Tromey2017-10-111-8/+4
* Clean up some DFP interfacesUlrich Weigand2017-10-051-4/+2
* Constify two functions in valprint.cTom Tromey2017-09-271-6/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Return std::string from memory_error_messageTom Tromey2017-09-031-5/+2
* Remove BITS_IN_BYTES defineTom Tromey2017-08-141-6/+3
* Fix two regressions in scalar printingTom Tromey2017-08-141-1/+7
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-13/+4
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-2/+3
* Remove val_print_type_code_intTom Tromey2017-06-121-55/+5
* Let print_decimal_chars handle signed valuesTom Tromey2017-06-121-1/+55
* Don't always zero pad in print_*_charsTom Tromey2017-06-121-45/+92
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+3
* Fetch lazy value before calling val_printYao Qi2017-03-031-0/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-4/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-80/+110
* Turn wchar iterator into a classTom Tromey2016-10-121-15/+10
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-5/+6
* Remove obsolete TYPE_FLAG_... valuesUlrich Weigand2016-09-061-4/+3
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-4/+4
* [PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan2016-05-311-27/+94
* Add array start and end strings to generic_val_print_decorationsTom Tromey2016-05-171-7/+9
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-151-25/+66