aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-03-15[gdb/testsuite] Fix gdb.arch/amd64*.exp with local-remote-host-native.expTom de Vries5-14/+35
2023-03-14Implement DAP variables, scopes, and evaluate requestsTom Tromey7-21/+459
2023-03-14Hide the implementation of gdb_mpfTom Tromey2-6/+13
2023-03-14Rename gdb_mpq::val and make contents privateTom Tromey2-43/+47
2023-03-14Add operators and methods to gdb_mpqTom Tromey4-37/+100
2023-03-14Rename gdb_mpz::val and make contents privateTom Tromey2-55/+61
2023-03-14Add methods and operators to gdb_mpzTom Tromey6-61/+140
2023-03-14Clean up gmp-utils.h includesTom Tromey3-2/+2
2023-03-14Fix DAP frame bug with older versions of PythonTom Tromey1-18/+15
2023-03-14[gdb/testsuite] Add gdb.testsuite/board-sanity.expTom de Vries4-42/+124
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess8-12/+66
2023-03-13gdbarch: make invalid=True the default for all ComponentsAndrew Burgess2-15/+18
2023-03-13gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess2-26/+6
2023-03-13gdbarch: improve generation of validation in gdbarch gettersAndrew Burgess2-18/+16
2023-03-13gdbarch: use predefault for more value components within gdbarchAndrew Burgess2-24/+12
2023-03-13gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess4-25/+36
2023-03-13gdb/gdbarch: split postdefault setup from invalid check in gdbarch.pyAndrew Burgess2-38/+44
2023-03-13gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.pyAndrew Burgess1-9/+0
2023-03-13gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.pyAndrew Burgess1-64/+0
2023-03-13Fix crash in inside_main_funcTom Tromey3-0/+73
2023-03-13[gdb/testsuite] Fix gdb.python/tui-window-factory.exp for remote hostTom de Vries1-1/+4
2023-03-13[gdb/testsuite] Fix gdb.python/tui-window.exp for remote hostTom de Vries1-0/+1
2023-03-13[gdb/testsuite] Fix gdb.tui/completion.exp for local-remote-host-nottyTom de Vries1-5/+8
2023-03-13[gdb/testsuite] Fix gdb.tui/tui-layout.exp for remote hostTom de Vries1-0/+4
2023-03-13[gdb/testsuite] Fix gdb.tui/tui-nl-filtered-output.exp for remote hostTom de Vries1-1/+4
2023-03-13[gdb/testsuite] Require ![is_remote host] for TUITom de Vries1-0/+8
2023-03-13[gdb/testsuite] Handle USE_TUI in gdb.tui/corefile-run.expTom de Vries1-3/+15
2023-03-13[gdb/testsuite] Fix untested message in gdb.tui/corefile-run.expTom de Vries2-6/+22
2023-03-13[gdb/testsuite] Fix gdb.threads/step-bg-decr-pc-switch-thread.exp for native-...Tom de Vries1-2/+13
2023-03-13[gdb/obvious]: fix python formatting for test gdb.python/py-typeprint.pyBruno Larsen1-3/+8
2023-03-13gdb/testsuite: add regression test for per-objfile typeprintersBruno Larsen3-3/+32
2023-03-13Remove dead code from scalar_binopTom Tromey1-16/+0
2023-03-13aarch64: Expand documentation of XML featuresLuis Machado1-8/+202
2023-03-13arm: Expand documentation of XML featuresLuis Machado1-24/+259
2023-03-11Change linetable_entry::is_stmt to boolTom Tromey4-5/+5
2023-03-11Remove extra scopes from objfile_relocate1Tom Tromey1-43/+33
2023-03-11Constify linetablesTom Tromey10-48/+54
2023-03-11Change linetables to be objfile-independentTom Tromey15-76/+110
2023-03-11Add operator< and operator== to linetable_entryTom Tromey4-17/+16
2023-03-10PR gdb/30214: Prefer local include paths to system include pathsJohn Baldwin1-2/+2
2023-03-10[gdb/testsuite] Fix gdb.python/py-completion.expTom de Vries1-0/+2
2023-03-10[gdb/testsuite] Fix gdb.python/py-cmd.expTom de Vries1-1/+1
2023-03-10[gdb/testsuite] Fix py-autoloaded-pretty-printers-in-newobjfile-event.exp for...Tom de Vries1-0/+17
2023-03-10[gdb/testsuite] Fix gdb.python/py-event-load.exp for remote targetTom de Vries1-2/+3
2023-03-10Use require with test_compiler_infoTom Tromey1-4/+1
2023-03-10More uses of require with istargetTom Tromey9-26/+10
2023-03-10Use require with gdb_skip_stdio_testTom Tromey1-3/+1
2023-03-10Use require with target_infoTom Tromey75-341/+100
2023-03-10Move allocate_stub_method to stabsread.cTom Tromey3-22/+20
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi56-354/+349