Age | Commit message (Expand) | Author | Files | Lines |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 17 | -68/+62 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 8 | -26/+26 |
2020-10-27 | gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition | Tankut Baris Aktemur | 1 | -1/+1 |
2020-09-17 | Use htab_up in type copying | Tom Tromey | 1 | -5/+2 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 2 | -4/+4 |
2020-07-20 | guile: Add support for Guile 3.0. | Ludovic Courtès | 1 | -2/+2 |
2020-07-20 | guile: Add support for Guile 2.2. | Ludovic Courtès | 1 | -170/+448 |
2020-07-12 | gdb: make type::bounds work for array and string types | Simon Marchi | 1 | -3/+0 |
2020-07-12 | gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND | Simon Marchi | 1 | -4/+4 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 2 | -4/+4 |
2020-06-08 | gdb: remove FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: remove TYPE_FIELDS macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -6/+6 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -3/+3 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 4 | -44/+44 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -6/+5 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -39/+12 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 3 | -13/+26 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -1/+1 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 35 | -35/+35 |
2019-12-09 | Fix scripted probe breakpoints | George Barrett | 1 | -1/+3 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 1 | -1/+1 |
2019-11-30 | Allow . character as part of command names. | Philippe Waroquiers | 1 | -4/+1 |
2019-11-28 | Remove unused declaratoin from guile | Tom Tromey | 1 | -2/+0 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -18/+10 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 2 | -5/+5 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 1 | -9/+7 |
2019-10-09 | Mark guile_{extension_,}script_ops as static | Christian Biesinger | 1 | -29/+26 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 2 | -5/+8 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -2/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 4 | -4/+4 |
2019-06-10 | Remove newlines from warnings | Tom Tromey | 1 | -1/+1 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 1 | -1/+18 |
2019-04-28 | Follow-up to Support style in 'frame|thread apply' | Philippe Waroquiers | 1 | -1/+1 |
2019-04-25 | Avoid undefined behavior in Guile exception handling | Tom Tromey | 15 | -82/+219 |
2019-04-25 | Remove exception_none | Tom Tromey | 5 | -7/+7 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 15 | -70/+70 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 15 | -210/+140 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-07 | gdb: Move value_from_host_double into value.c and make more use of it | Andrew Burgess | 2 | -16/+3 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 2 | -6/+7 |