Age | Commit message (Expand) | Author | Files | Lines |
2020-07-28 | gdb/python: make more use of RegisterDescriptors | Andrew Burgess | 1 | -1/+10 |
2020-07-28 | gdb: Add a find method for RegisterDescriptorIterator | Andrew Burgess | 1 | -0/+15 |
2020-07-21 | gdb/python: Reuse gdb.RegisterGroup objects where possible | Andrew Burgess | 1 | -0/+19 |
2020-07-21 | gdb/python: Reuse gdb.RegisterDescriptor objects where possible | Andrew Burgess | 1 | -0/+19 |
2020-07-06 | gdb: Python unwinders, inline frames, and tail-call frames | Andrew Burgess | 3 | -0/+157 |
2020-07-06 | gdb/python: New method to access list of register groups | Andrew Burgess | 1 | -0/+87 |
2020-07-06 | gdb/python: Add gdb.Architecture.registers method | Andrew Burgess | 1 | -0/+87 |
2020-07-06 | gdb/python: Add architecture method to gdb.PendingFrame | Andrew Burgess | 1 | -1/+9 |
2020-06-30 | Fix test breakages caused by removal of gdb_py_test_multiple. | Philippe Waroquiers | 9 | -39/+39 |
2020-06-26 | Make test names unique in python.exp and guile.exp | Philippe Waroquiers | 1 | -56/+62 |
2020-06-23 | Improve -Wunused-value testcase build failures fix | Gary Benson | 2 | -4/+4 |
2020-06-23 | Avoid testcase build failures with -Wunused-value | Gary Benson | 2 | -4/+4 |
2020-06-22 | Add tests for new alias default-args related commands and arguments. | Philippe Waroquiers | 1 | -1/+1 |
2020-06-17 | Fix TCL error in gdb.python/py-format-string.exp. | Sandra Loosemore | 1 | -3/+5 |
2020-06-16 | Fix crash when TUI window creation fails | Tom Tromey | 2 | -0/+9 |
2020-06-16 | Add two missing return values in gdb.python/py-nested-maps.cusers/luisgpm/test | Gary Benson | 1 | -0/+2 |
2020-06-12 | [gdb/testsuite] Don't leak tuiterm.exp spawn override | Tom de Vries | 1 | -1/+1 |
2020-05-15 | Fix "control reaches end of non-void function" errors in testsuite | Gary Benson | 1 | -0/+1 |
2020-04-30 | Adjust array pretty printer tests to the new format | Hannes Domani | 1 | -3/+3 |
2020-04-29 | [gdb/testsuite] Add xfails for PR gcc/90232 | Tom de Vries | 1 | -1/+16 |
2020-04-24 | Use the linkage name if it exists | Tom Tromey | 1 | -1/+1 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 2 | -0/+88 |
2020-02-19 | [gdb/testsuite] Fix xpass in gdb.python/lib-types.exp | Tom de Vries | 1 | -2/+9 |
2020-01-14 | Fix valgrind error from gdb.decode_line | Tom Tromey | 1 | -0/+4 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 162 | -162/+162 |
2019-12-11 | Implement 'print -raw-values' and 'set print raw-values on|off' | Philippe Waroquiers | 1 | -0/+21 |
2019-12-09 | Fix scripted probe breakpoints | George Barrett | 2 | -0/+27 |
2019-11-20 | Add missing parentheses on 'print' (gdb.python/py-progspace.exp) | Sergio Durigan Junior | 1 | -3/+3 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 1 | -0/+17 |
2019-11-10 | gdb/python: smarter symbol lookup for gdb.lookup_static_symbol | Andrew Burgess | 3 | -12/+56 |
2019-10-31 | [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) | Tom de Vries | 5 | -12/+7 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-24 | gdb/python: Return None from Progspace.block_for_pc on error | Andrew Burgess | 1 | -0/+14 |
2019-10-03 | gdb/testsuite: Reduce test name duplication in gdb.python tests | Andrew Burgess | 3 | -158/+225 |
2019-10-02 | gdb/testsuite: Fix py-format-string.exp on big-endian platforms | Andreas Arnez | 2 | -5/+9 |
2019-08-26 | Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWa... | Sergio Durigan Junior | 1 | -18/+18 |
2019-08-15 | Rename internal Python functions to start with an underscore | Christian Biesinger | 1 | -2/+2 |
2019-08-13 | Fixes for gdb.python tests on remote Windows host. | Sandra Loosemore | 13 | -71/+90 |
2019-08-05 | Add block['var'] accessor | Christian Biesinger | 1 | -0/+5 |
2019-07-30 | [PR/24474] Add gdb.lookup_static_symbol to the python API | Christian Biesinger | 2 | -0/+29 |
2019-07-29 | Fix misspelling (nonexistant -> nonexistent) | Christian Biesinger | 1 | -2/+2 |
2019-07-29 | Add Objfile.lookup_{global,static}_symbol functions | Christian Biesinger | 2 | -0/+17 |
2019-07-29 | Test 'set print frame-info|frame-arguments presence'. | Philippe Waroquiers | 2 | -5/+69 |
2019-07-29 | [gdb/testsuite] Fix python.exp with check-read1 | Tom de Vries | 1 | -2/+2 |
2019-07-09 | "catch catch/throw/rethrow", breakpoint -> catchpoint | Pedro Alves | 1 | -2/+3 |
2019-06-13 | "set print raw frame-arguments" -> "set print raw-frame-arguments" | Pedro Alves | 1 | -2/+2 |
2019-06-04 | Add an objfile getter to gdb.Type | Christian Biesinger via gdb-patches | 1 | -0/+4 |
2019-06-03 | Update tests following changes to "help" and "apropos" | Philippe Waroquiers | 1 | -1/+1 |
2019-05-22 | [gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expre... | Tom de Vries | 1 | -0/+3 |