Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-07 | gdb/linespec: relax the position of the '-force-condition' flag | Tankut Baris Aktemur | 1 | -16/+29 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -2/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-10-27 | gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition | Tankut Baris Aktemur | 1 | -3/+15 |
2020-10-23 | gdb: remove LA_ITERATE_OVER_SYMBOLS macro | Andrew Burgess | 1 | -1/+1 |
2020-09-17 | Use htab_up in linespec.c | Tom Tromey | 1 | -21/+9 |
2020-09-15 | Use arrays rather than pointers for global string constants | Tom Tromey | 1 | -1/+1 |
2020-09-13 | Don't drop static function bp locations w/o debug info | Pedro Alves | 1 | -47/+41 |
2020-08-28 | [gdb/breakpoint] Handle setting breakpoint on label without address | Tom de Vries | 1 | -1/+5 |
2020-06-17 | gdb: Convert language la_get_symbol_name_matcher field to a method | Andrew Burgess | 1 | -1/+1 |
2020-06-02 | gdb: Convert language la_iterate_over_symbols field to a method | Andrew Burgess | 1 | -1/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -4/+4 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -71/+65 |
2020-05-08 | Speed up psymbol reading by removing a copy | Tom Tromey | 1 | -3/+4 |
2020-04-29 | [gdb] Fix range loop index in find_method | Tom de Vries | 1 | -2/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-04-14 | [gdb] Expand symbolless symtabs using maint expand-symtabs | Tom de Vries | 1 | -1/+1 |
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 |