summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess2023-03-304-23/+73
* gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess2023-03-305-51/+111
* gdb: have value_as_address call unpack_pointerAndrew Burgess2023-03-301-5/+4
* gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess2023-03-302-1/+18
* gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess2023-03-303-3/+99
* gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess2023-03-305-1/+417
* gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess2023-03-303-26/+53
* gdb/python: remove unneeded nullptr check in frapy_blockAndrew Burgess2023-03-301-7/+1
* gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess2023-03-305-13/+192
* Use the correct frame when evaluating a dynamic propertyTom Tromey2023-03-294-2/+88
* Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey2023-03-293-11/+20
* Add frame parameter to resolve_dynamic_typeTom Tromey2023-03-292-29/+48
* Remove version_at_leastTom Tromey2023-03-291-15/+3
* Rewrite version_compare and rust_at_leastTom Tromey2023-03-292-50/+23
* Introduce rust_at_least helper procTom Tromey2023-03-294-15/+28
* [gdb/testsuite] Require gnatmake 11 for gdb.ada/verylong.expTom de Vries2023-03-291-0/+1
* doc: fix informations typo in gdb.texinfoNils-Christian Kempke2023-03-291-2/+2
* gdb, infcmd: remove redundant ERROR_NO_INFERIOR in continue_commandNils-Christian Kempke2023-03-291-1/+0
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-297-31/+7
* gdb: more debug output for displaced steppingAndrew Burgess2023-03-291-17/+68
* [gdb/testsuite] Fix gdb.guile/scm-symbol.exp for remote hostTom de Vries2023-03-292-5/+10
* [gdb/testsuite] Fix /gdb.guile/scm-parameter.exp for remote hostTom de Vries2023-03-291-2/+9
* [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries2023-03-291-2/+2
* [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries2023-03-291-1/+1
* [gdb/testsuite] Fix gdb.guile/scm-cmd.exp without readlineTom de Vries2023-03-291-8/+11
* [gdb/testsuite] Fix gdb.guile/guile.exp for remote hostTom de Vries2023-03-291-17/+21
* Rename "raw" to "unrelocated"Tom Tromey2023-03-2815-61/+63
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-2818-86/+109
* Use unrelocated_addr in psymbolsTom Tromey2023-03-287-45/+93
* Use unrelocated_addr in partial symbol tablesTom Tromey2023-03-287-69/+89
* Move definition of unrelocated_addr earlierTom Tromey2023-03-281-6/+6
* Use function_view in gdb_bfd_lookup_symbolTom Tromey2023-03-285-57/+40
* [gdb/testsuite] Fix gdb.btrace/multi-inferior.exp for remote hostTom de Vries2023-03-281-2/+4
* [gdb/testsuite] Fix gdb.btrace/gcore.exp for remote hostTom de Vries2023-03-281-1/+1
* [gdb/testsuite] Fix gdb.btrace/reconnect.exp for remote targetTom de Vries2023-03-281-1/+3
* Put pretty-printers to_string output in varobj resultTom Tromey2023-03-284-35/+26
* gdb/testsuite: allow "require" callbacks to provide a reasonSimon Marchi2023-03-282-12/+33
* [gdb/testsuite] Fix gdb.server/server-kill-python.exp for remote hostTom de Vries2023-03-281-1/+5
* [gdb/testsuite] Fix gdb.server/sysroot.exp for remote hostTom de Vries2023-03-281-2/+7
* [gdb/testsuite] Require non-remote host for gdb.server/multi-ui-errors.expTom de Vries2023-03-281-0/+3
* [gdb/testsuite] Fix gdb.server/solib-list.exp for remote hostTom de Vries2023-03-282-5/+7
* [gdb/testsuite] Fix gdb.server/file-transfer.exp for remote hostTom de Vries2023-03-281-6/+6
* [gdb/testsuite] Fix local-remote-host-native.exp for gdb.server testsTom de Vries2023-03-281-1/+5
* gdb: use dynamic year in update-freebsd.shEnze Li2023-03-281-1/+3
* [gdb/testsuite] Fix gdb.server/non-existing-program.exp with remote-gdbserver...Tom de Vries2023-03-281-3/+3
* [gdb/testsuite] Allow gdb.rust/expr.exp without rust compilerTom de Vries2023-03-2820-4/+19
* [gdb/testsuite] Add can_compile rustTom de Vries2023-03-281-23/+42
* [gdb/testsuite] Unsupport gdb.rust for remote hostTom de Vries2023-03-281-0/+5
* [gdb/testsuite] Fix gnat_runtime_has_debug_info for remote hostTom de Vries2023-03-271-0/+4
* fbsd-nat: Use correct constant for target_waitstatus::sig.John Baldwin2023-03-271-1/+1