Age | Commit message (Expand) | Author | Files | Lines |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 2 | -2/+2 |
2024-09-07 | gdb: parse pending breakpoint thread/task immediately | Andrew Burgess | 2 | -7/+15 |
2024-08-29 | gdb: reject inserting breakpoints between functions | Andrew Burgess | 6 | -9/+125 |
2024-03-29 | [gdb/testsuite] Fix missing return type in gdb.linespec/break-asm-file.c | Tom de Vries | 1 | -1/+1 |
2024-02-26 | gdb: Modify the output of "info breakpoints" and "delete breakpoints" | Tiezhu Yang | 2 | -4/+4 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 38 | -38/+38 |
2023-11-24 | [gdb/testsuite] Use more %progbits for arm | Tom de Vries | 3 | -8/+16 |
2023-08-29 | [gdb/testsuite] Require gcc >= 5 in gdb.linespec/cpls-abi-tag.exp | Tom de Vries | 1 | -0/+8 |
2023-08-29 | [gdb/testsuite] Handle some test-cases with older compiler | Tom de Vries | 1 | -1/+5 |
2023-08-17 | gdb: add inferior-specific breakpoints | Andrew Burgess | 2 | -2/+3 |
2023-05-02 | gdb/testsuite: compile gdb.linespec/cp-completion-aliases.exp as C++ | Andrew Burgess | 1 | -1/+1 |
2023-04-27 | gdb/testsuite: special case '^' in gdb_test pattern | Andrew Burgess | 1 | -2/+2 |
2023-02-06 | gdb: error if 'thread' or 'task' keywords are overused | Andrew Burgess | 1 | -2/+8 |
2023-01-26 | Use clean_restart in gdb.linespec | Tom Tromey | 1 | -3/+1 |
2023-01-25 | Use require with is_remote | Tom Tromey | 1 | -4/+3 |
2023-01-13 | Rename to allow_cplus_tests and allow_stl_tests | Tom Tromey | 6 | -6/+6 |
2023-01-13 | Use require using_fission | Tom Tromey | 1 | -4/+1 |
2023-01-13 | Use require !skip_cplus_tests | Tom Tromey | 5 | -20/+5 |
2023-01-13 | Use require dwarf2_support | Tom Tromey | 1 | -3/+1 |
2023-01-06 | gdb/testsuite: Fix FAILs in gdb.linespec/cpcompletion.exp when using clang | Bruno Larsen | 1 | -15/+18 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 38 | -38/+38 |
2022-10-25 | [gdb/testsuite] Handle missing .note.GNU-stack | Tom de Vries | 2 | -0/+2 |
2022-04-26 | gdb/testsuite: use with_cwd where possible | Simon Marchi | 2 | -17/+19 |
2022-04-07 | gdb/testsuite: add "macros" option to gdb_compile | Simon Marchi | 1 | -8/+1 |
2022-02-24 | Support template lookups in strncmp_iw_with_mode | Keith Seitz | 3 | -36/+564 |
2022-02-02 | gdb: handle calls to edit command passing only a linespec condition | Andrew Burgess | 1 | -10/+16 |
2022-02-02 | gdb: handle calls to list command passing only a linespec condition | Andrew Burgess | 1 | -0/+12 |
2022-02-02 | gdb/testsuite: move linespec test into gdb.linespec/ directory | Andrew Burgess | 1 | -0/+29 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 37 | -37/+37 |
2021-09-30 | gdb/testsuite: make runto_main not pass no-message to runto | Simon Marchi | 3 | -3/+0 |
2021-03-19 | Enable macro test for clang compiler | Sourabh Singh Tomar | 1 | -0/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 37 | -37/+37 |
2020-12-07 | gdb/completer: improve tab completion to consider the '-force-condition' flag | Tankut Baris Aktemur | 1 | -0/+14 |
2020-12-07 | gdb/linespec: relax the position of the '-force-condition' flag | Tankut Baris Aktemur | 1 | -0/+12 |
2020-10-27 | gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition | Tankut Baris Aktemur | 2 | -4/+9 |
2020-10-13 | gdb/testsuite/: Use "-qualified" in explicit "break main", etc. | Pedro Alves | 2 | -6/+6 |
2020-10-13 | 'runto main' -> 'runto_main' throughout | Pedro Alves | 1 | -1/+1 |
2020-05-30 | replace_typedefs: handle templates in namespaces | Pedro Alves | 2 | -0/+222 |
2020-05-28 | Fix "'operator new' should not return NULL" errors in testsuite | Gary Benson | 1 | -2/+4 |
2020-05-27 | cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple} | Pedro Alves | 1 | -23/+10 |
2020-03-19 | gdb: Remove C++ symbol aliases from completion list | Andrew Burgess | 2 | -0/+127 |
2020-03-12 | [gdb/testsuite] Fix gdb.linespec/explicit.exp FAIL with glibc debug info | Tom de Vries | 1 | -1/+19 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 33 | -33/+33 |
2019-10-03 | gdb/testsuite: Make test names unique in gdb.linespec tests | Andrew Burgess | 2 | -4/+7 |
2019-09-06 | un-XFAIL under Clang tests using labels | David Blaikie | 1 | -3/+0 |
2019-08-09 | Match Windows pathnames in gdb.linespec/break-ask.exp. | Sandra Loosemore | 1 | -3/+3 |
2019-07-29 | [gdb/testsuite, 2/2] Fix gdb.linespec/explicit.exp with check-read1 | Tom de Vries | 1 | -1/+1 |
2019-07-29 | [gdb/testsuite, 1/2] Fix gdb.linespec/explicit.exp with check-read1 | Tom de Vries | 1 | -14/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 33 | -33/+33 |