Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-05 | Fix 4K leak in open_source_file each time next/step changes of function. | Philippe Waroquiers | 1 | -1/+2 |
2018-09-13 | Remove cleanup from add_path | Tom Tromey | 1 | -9/+7 |
2018-06-09 | Remove two more uses of make_cleanup_close | Tom Tromey | 1 | -18/+12 |
2018-03-08 | Use scoped_fd in more places | Tom Tromey | 1 | -7/+5 |
2018-03-02 | Make delim_string_to_char_ptr_vec return an std::vector | Simon Marchi | 1 | -15/+9 |
2018-02-28 | Make gdbserver work with filename-only binaries | Sergio Durigan Junior | 1 | -34/+0 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-14 | Change openp et al to use a unique_xmalloc_ptr | Tom Tromey | 1 | -22/+19 |
2018-02-13 | Use enum flags for flags passed to openp | Simon Marchi | 1 | -1/+1 |
2018-02-09 | Don't reference past the end of the vector | Tom Tromey | 1 | -1/+1 |
2018-02-08 | Use gdb::def_vector in find_source_lines | Tom Tromey | 1 | -12/+8 |
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 | -1/+2 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -6/+2 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -6/+2 |
2017-11-07 | Constify add_path and friends | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Constify some commands in source.c | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -7/+6 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -25/+18 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -6/+6 |
2017-08-22 | Change rewrite_source_path to return a unique_xmalloc_ptr | Tom Tromey | 1 | -31/+19 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -2/+2 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |