Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -3/+3 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -7/+6 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -2/+2 |
2019-11-08 | Constify command_line_input | Tom Tromey | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Update comments that reference VEC or vec.h | Andrew Burgess | 1 | -2/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-07-09 | gdb: Don't skip prologue for explicit line breakpoints in assembler | Andrew Burgess | 1 | -1/+2 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -2/+1 |
2019-06-10 | [gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_string | Tom de Vries | 1 | -1/+4 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -3/+3 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -6/+6 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -18/+12 |
2019-03-24 | More block constification | Tom Tromey | 1 | -2/+2 |
2019-03-23 | Use scoped_restore_current_language in two places | Tom Tromey | 1 | -8/+2 |
2019-02-22 | Fix symtab/23853: symlinked default symtab | Keith Seitz | 1 | -4/+2 |
2019-01-17 | Add compunits range adapter to objfile | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Replace "the the" with "the" | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove ALL_OBJFILE_COMPUNITS | Tom Tromey | 1 | -3/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -43/+42 |
2019-01-09 | gdb: Remove support for old mangling schemes | Simon Marchi | 1 | -11/+0 |
2019-01-09 | Fix leak in linespec.c | Philippe Waroquiers | 1 | -0/+1 |
2019-01-02 | Remove cleanups from linespec.c | Tom Tromey | 1 | -86/+55 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Fix leak in linespec parser | Simon Marchi | 1 | -23/+15 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -13/+13 |
2018-08-29 | Add new search_symbols_multiple API | Keith Seitz | 1 | -1/+46 |
2018-08-29 | Use block_symbol in linespec APIs | Keith Seitz | 1 | -80/+93 |
2018-08-29 | Remove VEC definitions from linespec.c | Keith Seitz | 1 | -7/+0 |
2018-08-29 | Change decode_compound_collector to use std::vector | Keith Seitz | 1 | -64/+21 |
2018-08-29 | Change `minimal_symbols' to std::vector in linespec.c structures | Keith Seitz | 1 | -80/+54 |
2018-08-29 | Change `label_symbols' to std::vector in linespec.c structures | Keith Seitz | 1 | -27/+27 |
2018-08-29 | Change `function_symbols' to std::vector | Keith Seitz | 1 | -77/+91 |
2018-08-29 | Change `file_symtabs' to std::vector | Keith Seitz | 1 | -66/+52 |
2018-08-27 | Avoid -Wnarrowing warnings from quote_char() | Tom Tromey | 1 | -1/+1 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -1/+1 |
2018-08-17 | Remove "repeat" argument from command_line_input | Tom Tromey | 1 | -1/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-06-29 | "break LINENO/*ADDRESS", inline functions and "info break" output | Pedro Alves | 1 | -0/+2 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-06-01 | Remove type_name_no_tag and rename type_name_no_tag_or_error | Tom Tromey | 1 | -1/+1 |
2018-05-29 | Remove "struct" keyword in range-based for loops | Simon Marchi | 1 | -2/+2 |
2018-05-25 | Remove interp_ui_out | Tom Tromey | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-26 | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 1 | -4/+20 |