aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-06-29gdb: fix documentation of gdbarch_displaced_step_copy_insnSimon Marchi3-6/+7
2020-06-29gdb/testsuite: better handle failures in simavr board, reap simavr processSimon Marchi2-4/+39
2020-06-29[gdb/testsuite] Emit unresolved for unknown procTom de Vries2-0/+6
2020-06-29[gdb/testsuite] Expect conformation question in gdb.server/solib-list.expTom de Vries2-0/+9
2020-06-28Remove "cmd_type" functionTom Tromey5-34/+16
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves9-54/+68
2020-06-26Make test names unique in python.exp and guile.expPhilippe Waroquiers5-95/+95
2020-06-26Fix --enable-libctf and --disable-staticNick Alcock15-6/+146
2020-06-26Fix -Wstring-compare testcase build failureGary Benson3-2/+16
2020-06-26Improve documentation of which shell is used by GDB's shell commandsEli Zaretskii2-3/+9
2020-06-25gdb: use make_unique_xstrdup in set_inferior_io_terminalSimon Marchi2-1/+5
2020-06-25gdb: make inferior::terminal a unique ptrSimon Marchi4-6/+13
2020-06-25gdb/riscv: Loop over all registers for 'info all-registers'Andrew Burgess4-4/+17
2020-06-25gdb/riscv: Record information about unknown tdesc registersAndrew Burgess5-3/+145
2020-06-25gdb: Extend target description processing of unknown registersAndrew Burgess3-2/+64
2020-06-25gdb/riscv: Improve support for matching against target descriptionsAndrew Burgess8-142/+578
2020-06-25gdb/riscv: Remove CSR feature fileAndrew Burgess7-986/+10
2020-06-25gdb/riscv: Take CSR names from target descriptionAndrew Burgess4-30/+101
2020-06-25gdb/riscv: Fix whitespace errorAndrew Burgess2-2/+7
2020-06-25gdb/riscv: Improved register alias name creationAndrew Burgess7-29/+370
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth9-144/+18
2020-06-25Use fork instead of vfork on SolarisRainer Orth2-1/+13
2020-06-25Don't include *sol2-tdep.o on Linux/sparc*Rainer Orth6-12/+17
2020-06-25Move common handlers to sol2_init_abiRainer Orth8-180/+158
2020-06-24W/ Clang, compile/link C++ test programs with "-x c++"Pedro Alves4-12/+21
2020-06-24W/ Clang, compile C/C++ testcases with -Wno-unknown-warning-optionPedro Alves2-1/+24
2020-06-24Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch.Philippe Waroquiers4-5/+24
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess11-1/+341
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess2-10/+63
2020-06-23gdb: Allow target description to be dumped even when it is remoteAndrew Burgess2-4/+16
2020-06-23gdb: add some more empty lines in loc.cSimon Marchi2-0/+22
2020-06-23gdb: add empty lines in loc.cSimon Marchi2-1/+51
2020-06-23Fix "maint selftest" regression, add struct scoped_mock_contextPedro Alves4-93/+109
2020-06-23Adjust command completion output when TUI is disabledSandra Loosemore2-4/+18
2020-06-23Improve -Wunused-value testcase build failures fixGary Benson9-35/+47
2020-06-23gdb: Convert language la_is_string_type_p field to a methodAndrew Burgess14-97/+156
2020-06-23gdb: Convert language la_print_typedef field to a methodAndrew Burgess14-51/+118
2020-06-23gdb: Convert language la_printstr field to a methodAndrew Burgess14-240/+297
2020-06-23gdb: Convert language la_printchar field to a methodAndrew Burgess13-51/+111
2020-06-23gdb: Convert language la_emitchar field to a methodAndrew Burgess13-152/+173
2020-06-23gdb: Convert language la_post_parser field to a methodAndrew Burgess15-61/+65
2020-06-23gdb: Convert language la_parser field to a methodAndrew Burgess14-35/+113
2020-06-23Avoid testcase build failures with -Wunused-valueGary Benson9-35/+46
2020-06-23gdb: Add --with-python-libdir to gdb's --configuration outputAndrew Burgess2-0/+14
2020-06-22NEWS and documentation for alias default-args related concept and commands.Philippe Waroquiers4-6/+139
2020-06-22Add tests for new alias default-args related commands and arguments.Philippe Waroquiers10-11/+187
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers16-96/+380
2020-06-22Disable parts of gdb.base/source-dir.exp on remote hostSandra Loosemore2-1/+16
2020-06-22gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptorTankut Baris Aktemur2-13/+22
2020-06-22Solaris, target_wait(), don't rely on inferior_ptidPedro Alves3-48/+40