Age | Commit message (Expand) | Author | Files | Lines |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-13 | "set print raw frame-arguments" -> "set print raw-frame-arguments" | Pedro Alves | 1 | -6/+13 |
2019-06-13 | Make "print" and "compile print" support -OPT options | Pedro Alves | 1 | -81/+178 |
2019-05-29 | Add "set print finish" | Tom Tromey | 1 | -1/+2 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 1 | -1/+56 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -4/+0 |
2019-01-17 | Replace "the the" with "the" | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-31 | gdb: Handle ICC's unexpected void return type | Andrew Burgess | 1 | -0/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+4 |
2018-08-07 | Replace some uses of xstrprintf with string_printf | Simon Marchi | 1 | -3/+2 |
2018-06-18 | Use unique_xmalloc_ptr for read_string | Tom Tromey | 1 | -27/+21 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-01-07 | Replace VEC(converted_character_d) with std::vector | Simon Marchi | 1 | -19/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -6/+2 |
2017-11-06 | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 1 | -14/+2 |
2017-10-24 | Target FP printing: Simplify and fix print_floating | Ulrich Weigand | 1 | -104/+11 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -8/+4 |
2017-10-05 | Clean up some DFP interfaces | Ulrich Weigand | 1 | -4/+2 |
2017-09-27 | Constify two functions in valprint.c | Tom Tromey | 1 | -6/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-03 | Return std::string from memory_error_message | Tom Tromey | 1 | -5/+2 |
2017-08-14 | Remove BITS_IN_BYTES define | Tom Tromey | 1 | -6/+3 |
2017-08-14 | Fix two regressions in scalar printing | Tom Tromey | 1 | -1/+7 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -13/+4 |
2017-06-14 | Introduce gdb::byte_vector, add allocator that default-initializes | Pedro Alves | 1 | -2/+3 |
2017-06-12 | Remove val_print_type_code_int | Tom Tromey | 1 | -55/+5 |
2017-06-12 | Let print_decimal_chars handle signed values | Tom Tromey | 1 | -1/+55 |
2017-06-12 | Don't always zero pad in print_*_chars | Tom Tromey | 1 | -45/+92 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -2/+3 |
2017-03-03 | Fetch lazy value before calling val_print | Yao Qi | 1 | -0/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 1 | -4/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -80/+110 |
2016-10-12 | Turn wchar iterator into a class | Tom Tromey | 1 | -15/+10 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -5/+6 |
2016-09-06 | Remove obsolete TYPE_FLAG_... values | Ulrich Weigand | 1 | -4/+3 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -4/+4 |
2016-05-31 | [PR gdb/19893] Fix handling of synthetic C++ references | Martin Galvan | 1 | -27/+94 |
2016-05-17 | Add array start and end strings to generic_val_print_decorations | Tom Tromey | 1 | -7/+9 |
2016-03-15 | Extend flags to support multibit and enum bitfields. | Doug Evans | 1 | -25/+66 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -2/+2 |
2015-10-27 | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 1 | -7/+7 |