summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Update FPSR/FPCR fields for FPU and SVELuis Machado2022-10-043-2/+53
* gdb: constify inferior::target_is_pushedSimon Marchi2022-10-031-1/+1
* [AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado2022-10-034-34/+212
* [AArch64] Fix pseudo-register numbering in the presence of unexpected additio...Luis Machado2022-10-031-2/+13
* Improve GDB's baseclass detection with typedefsBruno Larsen2022-10-033-17/+37
* [gdb/testsuite] Fix waitpid testing in next-fork-other-thread.cTom de Vries2022-10-021-1/+1
* gdb/testsuite: handle invalid .exp names passed in TESTSAndrew Burgess2022-10-021-10/+30
* gdb/disasm: better intel flavour disassembly styling with PygmentsAndrew Burgess2022-10-021-4/+55
* gdb: improve disassembler styling when Pygments raises an exceptionAndrew Burgess2022-10-023-24/+130
* gdb/testsuite: extend styling test for libopcodes stylingAndrew Burgess2022-10-021-30/+65
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-0216-56/+27
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-0229-146/+66
* gdb/csky: remove nullptr return from csky_pseudo_register_nameAndrew Burgess2022-10-022-20/+11
* gdb: add asserts to gdbarch_register_nameAndrew Burgess2022-10-023-2/+41
* gdb: check for duplicate register names in selftestAndrew Burgess2022-10-025-11/+26
* gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess2022-10-027-71/+69
* gdb/gdbarch: add a comment to gdbarch_register_nameAndrew Burgess2022-10-022-0/+13
* gdb/riscv: fix failure in gdb.base/completion.expAndrew Burgess2022-10-021-13/+12
* gdb/testsuite: rewrite capture_command_output procAndrew Burgess2022-10-021-3/+32
* gdb/mi: new options for -data-disassemble commandAndrew Burgess2022-10-023-48/+188
* gdb/mi: some int to bool conversionAndrew Burgess2022-10-021-12/+12
* gdb/doc: update syntax of -data-disassemble command argumentsAndrew Burgess2022-10-021-3/+7
* gdb: make gdb_disassembly_flag unsignedAndrew Burgess2022-10-021-1/+1
* gdb: disassembler opcode display formattingAndrew Burgess2022-10-028-16/+109
* gdb/disasm: read opcodes bytes with a single read_code callAndrew Burgess2022-10-022-9/+10
* gdb/testsuite: new test for -data-disassemble opcodes formatAndrew Burgess2022-10-022-0/+110
* [gdb/testsuite] Fix gdb.mi/mi-sym-info.exp on openSUSE TumbleweedTom de Vries2022-09-301-1/+2
* gdb: Remove unused extra_lines variableTsukasa OI2022-09-301-8/+0
* [gdb/testsuite] Add aranges to gdb.dwarf2/dw2-dir-file-name.expTom de Vries2022-09-302-2/+29
* [gdb/c++] Print destructor the same for gcc and clangTom de Vries2022-09-305-26/+111
* gdb: make target_auxv_parse static and renameSimon Marchi2022-09-292-12/+9
* gdb: make fprint_target_auxv staticSimon Marchi2022-09-292-4/+1
* gdb: constify auxv parse functionsSimon Marchi2022-09-2910-43/+43
* gdb: constify target_stack::is_pushedSimon Marchi2022-09-292-2/+2
* Constify target_desc declarationsKeith Seitz2022-09-2978-115/+116
* cleanup: Add missing feature/ XML files to MakefileKeith Seitz2022-09-294-20/+24
* Fix GDB build: ELF support check & -lzstdPedro Alves2022-09-282-6/+6
* gdb: remove trailing spaces in READMESimon Marchi2022-09-281-4/+4
* Treat Character as a discrete type in AdaTom Tromey2022-09-283-1/+69
* Renenerate {gdb,gdbserver}/configurePedro Alves2022-09-281-2/+2
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-266-7/+150
* gdb/testsuite: update field names in gdb-gdb.py.inSimon Marchi2022-09-261-2/+2
* gdb/testsuite: use gdb_test in gdb.gdb/python-helper.expSimon Marchi2022-09-262-75/+21
* gdb/testsuite: bump duration for the whole test in do_self_testsSimon Marchi2022-09-261-28/+8
* [gdb/testsuite] Fix gdb.dwarf2/dw2-unspecified-type-foo.c with -m32Tom de Vries2022-09-261-0/+1
* gdb/source.c: Fix undefined behaviour dereferencing empty stringMagne Hov2022-09-241-9/+1
* Support AT_USRSTACKBASE and AT_USRSTACKLIM.John Baldwin2022-09-231-0/+2
* gdb/testsuite/tui: start GDB with "set filename-display basename"Simon Marchi2022-09-231-1/+7
* gdb/csky add cskyv2-linux.xml for cskyv2-linux.cJiangshuai Li2022-09-234-82/+185
* gdb/testsuite/lib/future.exp: follow dejagnu default_target_compileLancelot SIX2022-09-221-1/+5