Age | Commit message (Expand) | Author | Files | Lines |
2023-08-23 | gdb: add gdb::make_unique function | Andrew Burgess | 1 | -1/+1 |
2023-08-09 | [gdb/build] Use move capture in gdb_demangle | Tom de Vries | 1 | -1/+7 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-04-29 | gdb: Fix building with latest libc++ | Manoj Gupta | 1 | -1/+1 |
2023-03-20 | gdb: fix crash during command completion | Andrew Burgess | 1 | -0/+7 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS_WITH_NAME | Tom Tromey | 1 | -4/+1 |
2023-02-19 | Convert block_static_block and block_global_block to methods | Tom Tromey | 1 | -4/+4 |
2023-02-19 | Convert more block functions to methods | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert block_objfile to method | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Don't allow NULL as an argument to block_global_block | Tom Tromey | 1 | -7/+8 |
2023-02-19 | Don't allow NULL as an argument to block_static_block | Tom Tromey | 1 | -1/+5 |
2023-01-20 | gdb: remove language.h include from frame.h | Simon Marchi | 1 | -0/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-18 | gdb, cp: update add_symbol_overload_list_qualified | Markus Metzger | 1 | -24/+24 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -4/+4 |
2022-05-10 | Fix "b f(std::string)" when current language is C | Pedro Alves | 1 | -1/+9 |
2022-05-10 | Fix "b f(std::string)", always use DMGL_VERBOSE | Pedro Alves | 1 | -16/+29 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -4/+8 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-02-24 | Support template lookups in strncmp_iw_with_mode | Keith Seitz | 1 | -1/+7 |
2022-02-24 | Move find_toplevel_char to cp-support.[ch] | Keith Seitz | 1 | -0/+74 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -4/+4 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 1 | -2/+2 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | Use for-each more in gdb | Tom Tromey | 1 | -2/+2 |
2021-10-04 | Use unique_xmalloc_ptr<char> when demangling | Tom Tromey | 1 | -17/+12 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -2/+1 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -6/+6 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+0 |
2021-03-20 | Introduce method wrappers for quick_symbol_functions | Tom Tromey | 1 | -4/+1 |
2021-03-12 | Use RAII to set the per-thread SIGSEGV handler | Christian Biesinger | 1 | -5/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -29/+29 |
2020-06-02 | gdb: Convert language la_sniff_from_mangled_name field to a method | Andrew Burgess | 1 | -9/+0 |
2020-05-30 | replace_typedefs: handle templates in namespaces | Pedro Alves | 1 | -4/+72 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -4/+4 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -13/+13 |
2020-05-08 | Speed up psymbol reading by removing a copy | Tom Tromey | 1 | -21/+20 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -18/+5 |
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 | 1 | -1/+1 |
2019-11-27 | Remove some unnecessary backslashes | Tom Tromey | 1 | -1/+1 |
2019-11-26 | Fix mingw build of gdb | Tom Tromey | 1 | -2/+2 |
2019-11-26 | Introduce thread-safe way to handle SIGSEGV | Tom Tromey | 1 | -73/+71 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -1/+2 |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -3/+2 |