Age | Commit message (Expand) | Author | Files | Lines |
2021-06-11 | mi-sym-info.exp: Increase timeout for 114-symbol-info-functions | Kevin Buettner | 1 | -27/+29 |
2021-06-11 | gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers. | Felix Willgerodt | 3 | -22/+23 |
2021-06-10 | [gdb/testsuite] Fix timeout in gdb.mi/user-selected-context-sync.exp with gcc-11 | Tom de Vries | 1 | -8/+8 |
2021-05-06 | gdb/mi: add a '--force' flag to the '-break-condition' command | Tankut Baris Aktemur | 1 | -0/+11 |
2021-05-06 | gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd | Tankut Baris Aktemur | 1 | -0/+20 |
2021-04-30 | [gdb/testsuite] Make gdb.mi/mi-sym-info.exp more robust against timeouts | Tom de Vries | 1 | -33/+37 |
2021-04-30 | [gdb/testsuite] Fix duplicate test name in gdb.mi/mi-sym-info.exp | Tom de Vries | 1 | -33/+0 |
2021-04-21 | gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint' | Tankut Baris Aktemur | 1 | -0/+13 |
2021-04-21 | testsuite, gdb.mi: fix duplicate test names in mi-break.exp | Simon Marchi | 1 | -9/+9 |
2021-03-29 | testsuite, mi: avoid a clang bug in 'user-selected-context-sync.exp' | Tankut Baris Aktemur | 1 | -2/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 152 | -152/+152 |
2020-11-18 | gdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non-stop using GDBFLAGS | Simon Marchi | 6 | -12/+24 |
2020-10-27 | Add skip_fortran_tests to two Fortran testcases | Gary Benson | 2 | -2/+6 |
2020-10-21 | Fix gdb.mi/mi-fullname-deleted.exp with Clang | Gary Benson | 1 | -4/+22 |
2020-10-13 | Eliminate mi_run_to_main, introduce mi_clean_restart | Pedro Alves | 40 | -253/+114 |
2020-10-13 | gdb/testsuite/: Use "-qualified" in explicit "break main", etc. | Pedro Alves | 1 | -1/+1 |
2020-10-13 | Introduce mi_runto_main | Pedro Alves | 7 | -13/+13 |
2020-10-12 | Fix testcases with required but unreferenced functions and variables | Gary Benson | 3 | -6/+6 |
2020-10-09 | Notify observers that directories have changed when using "directory" CLI com... | Jan Vrany | 1 | -0/+11 |
2020-09-19 | gdb/fortran: Change whitespace when printing arrays | Andrew Burgess | 1 | -1/+1 |
2020-09-18 | gdb.mi/var-cmd.c C++ify | Pedro Alves | 1 | -1/+1 |
2020-09-13 | gdb/testsuite: Explicitly return from main | Pedro Alves | 2 | -1/+4 |
2020-09-13 | Add MI "-break-insert --qualified" | Pedro Alves | 2 | -0/+159 |
2020-07-13 | Use volatile pointers when attempting to trigger SIGSEGVs | Gary Benson | 1 | -1/+1 |
2020-06-20 | Adjust gdb.mi/mi-sym-info.exp filename patterns. | Sandra Loosemore | 1 | -9/+9 |
2020-05-27 | Fix some duplicate test names | Luis Machado | 2 | -55/+71 |
2020-05-11 | gdb/fortran: Allow Flang MAIN_ in Fortran testing | Alok Kumar Sharma | 1 | -1/+1 |
2020-04-22 | [gdb/testsuite] Fix .debug_ranges in gdb.mi/dw2-ref-missing-frame-func.c | Tom de Vries | 2 | -2/+5 |
2020-03-14 | [gdb/testsuite] Fix check-read1 FAILs in mi-fortran-modules.exp | Tom de Vries | 1 | -17/+99 |
2020-03-13 | [gdb/testsuite] Fix buffer full errors in gdb.mi/mi-sym-info.exp | Tom de Vries | 1 | -25/+144 |
2020-03-13 | [gdb/testsuite] Fix mi-sym-info.exp matching FAILs (2) | Tom de Vries | 1 | -5/+5 |
2020-03-13 | [gdb/testsuite] Fix mi-sym-info.exp matching FAILs | Tom de Vries | 2 | -5/+13 |
2020-03-03 | [gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1 | Tom de Vries | 1 | -3/+30 |
2020-03-03 | [gdb/testsuite] Fix tcl error in gdb.mi/list-thread-groups-available.exp | Tom de Vries | 1 | -2/+4 |
2020-03-03 | [gdb/testsuite] Fix mi-sym-info.exp with check-read1 | Tom de Vries | 1 | -2/+4 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 2 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 150 | -150/+150 |
2019-12-09 | gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-modules.exp | Andrew Burgess | 1 | -4/+11 |
2019-12-04 | gdb/testsuite: Use -J option when compiling Fortran tests | Andrew Burgess | 1 | -1/+1 |
2019-12-04 | gdb/mi: Add -max-results parameter to some -symbol-info-* commands | Andrew Burgess | 1 | -0/+21 |
2019-12-04 | gdb/mi: Add -symbol-info-module-{variables,functions} | Andrew Burgess | 1 | -1/+24 |
2019-11-27 | gdb/mi: Add -symbol-info-modules command | Andrew Burgess | 3 | -0/+172 |
2019-11-27 | gdb/mi: Add new commands -symbol-info-{functions,variables,types} | Andrew Burgess | 3 | -0/+220 |
2019-10-14 | gdb.mi/list-thread-groups-available.exp: read entries one by one instead of i... | Simon Marchi | 1 | -9/+18 |
2019-08-26 | [gdb/testsuite] Make skip_libstdcxx_probe_tests return 1 if true | Tom de Vries | 1 | -1/+1 |
2019-08-05 | Increase timeout in gdb.mi/list-thread-groups-available.exp | Simon Marchi | 1 | -4/+9 |
2019-07-25 | [gdb/testsuite] Test skip_libstdcxx_probe_tests in mi-catch-cpp-exceptions.exp | Tom de Vries | 1 | -38/+61 |
2019-07-23 | [gdb/testsuite] Fix command result testing in mi-complete.exp | Tom de Vries | 1 | -2/+4 |
2019-07-17 | gdb: Remove a non-const reference parameter | Andrew Burgess | 1 | -21/+1 |
2019-07-09 | "catch catch/throw/rethrow", breakpoint -> catchpoint | Pedro Alves | 1 | -1/+1 |