Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-09 | gdb: Avoid signed integer overflow when printing source lines | Andrew Burgess | 1 | -7/+41 |
2019-01-08 | gdb: Move declarations from symtab.h to source.h | Andrew Burgess | 1 | -24/+6 |
2019-01-08 | gdb: Handle requests to print source lines backward | Andrew Burgess | 1 | -1/+11 |
2019-01-08 | gdb: Fix skip of `\r` before `\n` in source output | Andrew Burgess | 1 | -6/+1 |
2019-01-01 | Fix 'Invalid read of size 4' in search_command_helper | Philippe Waroquiers | 1 | -0/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Highlight source code using GNU Source Highlight | Tom Tromey | 1 | -19/+19 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -1/+2 |
2018-12-08 | Merge forward-search/reverse-search, use gdb::def_vector, remove limit | Pedro Alves | 1 | -105/+44 |
2018-11-29 | Fix leak in forward-search | Philippe Waroquiers | 1 | -1/+1 |
2018-11-24 | Re-fix leak in source.c (open_source_file). | Philippe Waroquiers | 1 | -1/+1 |
2018-11-19 | Change get_filename_and_charpos to return void | Tom Tromey | 1 | -12/+2 |
2018-11-09 | Return scoped_fd from open_source_file and find_and_open_source | Tom Tromey | 1 | -34/+31 |