Age | Commit message (Expand) | Author | Files | Lines |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -2/+2 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -10/+11 |
2021-05-19 | gdb: Add an overloaded ui_out::text accepting a const std::string & | Marco Barisione | 1 | -1/+1 |
2021-05-17 | Fix buffer underflow in add_path | Tom Tromey | 1 | -0/+1 |
2021-03-20 | Introduce method wrappers for quick_symbol_functions | Tom Tromey | 1 | -4/+2 |
2021-02-27 | [PR gdb/27393] set directories: handle empty dirs. | Lancelot SIX | 1 | -0/+2 |
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 | -25/+25 |
2020-10-17 | [gdb/symtab] Handle setting line bp without debug line info | Tom de Vries | 1 | -1/+6 |
2020-10-09 | Notify observers that directories have changed when using "directory" CLI com... | Jan Vrany | 1 | -2/+9 |
2020-05-22 | gdb: Restore old annotations behaviour when printing frame info | Andrew Burgess | 1 | -1/+1 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -3/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -2/+1 |
2020-02-27 | gdb: Check for nullptr when computing srcpath | Aaron Merey | 1 | -2/+2 |
2020-02-26 | Add debuginfod support to GDB | Aaron Merey | 1 | -0/+30 |
2020-02-07 | Revert basenames_may_differ patch | Tom Tromey | 1 | -12/+7 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-06 | Fix search in TUI | Hannes Domani | 1 | -0/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-20 | Add observable to watch current source symtab | Tom Tromey | 1 | -37/+66 |
2019-12-13 | Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613) | Sergio Durigan Junior | 1 | -2/+1 |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |
2019-11-06 | Remove some includes of readline.h | Tom Tromey | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-02 | Make current_source_* per-program-space | Tom Tromey | 1 | -48/+76 |
2019-10-02 | Don't call decode_line_with_current_source from select_source_symtab | Tom Tromey | 1 | -7/+4 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -1/+2 |
2019-09-17 | gdb: Look for compilation directory relative to directory search path | Mike Gulick | 1 | -11/+58 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -3/+7 |
2019-08-06 | Clean up source file error reporting | Tom Tromey | 1 | -14/+12 |
2019-08-06 | Add file offsets to the source cache | Tom Tromey | 1 | -102/+18 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-06-15 | gdb: Remove an update of current_source_line and current_source_symtab | Andrew Burgess | 1 | -25/+2 |
2019-06-15 | gdb: New function to open source file and compute line charpos data | Andrew Burgess | 1 | -17/+16 |
2019-06-15 | gdb: Remove unused parameter | Andrew Burgess | 1 | -9/+3 |
2019-06-14 | Only compute realpath when basenames_may_differ is set | Tom Tromey | 1 | -5/+9 |
2019-06-06 | Apply substitute-path to relative filenames as well | Руслан Ижбулатов | 1 | -9/+4 |
2019-05-17 | Don't cast away const in find_and_open_source | Tom Tromey | 1 | -3/+1 |
2019-04-19 | Fix "list" when control characters are seen | Tom Tromey | 1 | -2/+6 |
2019-02-17 | Fix pager bugs with style output | Tom Tromey | 1 | -22/+40 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Add compunits range adapter to objfile | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -3/+3 |
2019-01-09 | Remove ALL_OBJFILES and ALL_FILETABS | Tom Tromey | 1 | -10/+14 |
2019-01-09 | Remove ALL_OBJFILE_FILETABS | Tom Tromey | 1 | -9/+12 |
2019-01-09 | Remove ALL_COMPUNIT_FILETABS | Tom Tromey | 1 | -5/+3 |
2019-01-09 | Remove ALL_OBJFILE_COMPUNITS | Tom Tromey | 1 | -2/+0 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -7/+7 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -5/+4 |