aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-10-02[gdb/testsuite] Fix waitpid testing in next-fork-other-thread.cTom de Vries1-1/+1
2022-10-02gdb/testsuite: handle invalid .exp names passed in TESTSAndrew Burgess1-10/+30
2022-10-02gdb/disasm: better intel flavour disassembly styling with PygmentsAndrew Burgess1-4/+55
2022-10-02gdb: improve disassembler styling when Pygments raises an exceptionAndrew Burgess3-24/+130
2022-10-02gdb/testsuite: extend styling test for libopcodes stylingAndrew Burgess1-30/+65
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess16-56/+27
2022-10-02gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess29-146/+66
2022-10-02gdb/csky: remove nullptr return from csky_pseudo_register_nameAndrew Burgess2-20/+11
2022-10-02gdb: add asserts to gdbarch_register_nameAndrew Burgess3-2/+41
2022-10-02gdb: check for duplicate register names in selftestAndrew Burgess5-11/+26
2022-10-02gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess7-71/+69
2022-10-02gdb/gdbarch: add a comment to gdbarch_register_nameAndrew Burgess2-0/+13
2022-10-02gdb/riscv: fix failure in gdb.base/completion.expAndrew Burgess1-13/+12
2022-10-02gdb/testsuite: rewrite capture_command_output procAndrew Burgess1-3/+32
2022-10-02gdb/mi: new options for -data-disassemble commandAndrew Burgess3-48/+188
2022-10-02gdb/mi: some int to bool conversionAndrew Burgess1-12/+12
2022-10-02gdb/doc: update syntax of -data-disassemble command argumentsAndrew Burgess1-3/+7
2022-10-02gdb: make gdb_disassembly_flag unsignedAndrew Burgess1-1/+1
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess8-16/+109
2022-10-02gdb/disasm: read opcodes bytes with a single read_code callAndrew Burgess2-9/+10
2022-10-02gdb/testsuite: new test for -data-disassemble opcodes formatAndrew Burgess2-0/+110
2022-09-30[gdb/testsuite] Fix gdb.mi/mi-sym-info.exp on openSUSE TumbleweedTom de Vries1-1/+2
2022-09-30gdb: Remove unused extra_lines variableTsukasa OI1-8/+0
2022-09-30[gdb/testsuite] Add aranges to gdb.dwarf2/dw2-dir-file-name.expTom de Vries2-2/+29
2022-09-30[gdb/c++] Print destructor the same for gcc and clangTom de Vries5-26/+111
2022-09-29gdb: make target_auxv_parse static and renameSimon Marchi2-12/+9
2022-09-29gdb: make fprint_target_auxv staticSimon Marchi2-4/+1
2022-09-29gdb: constify auxv parse functionsSimon Marchi10-43/+43
2022-09-29gdb: constify target_stack::is_pushedSimon Marchi2-2/+2
2022-09-29Constify target_desc declarationsKeith Seitz78-115/+116
2022-09-29cleanup: Add missing feature/ XML files to MakefileKeith Seitz4-20/+24
2022-09-28Fix GDB build: ELF support check & -lzstdPedro Alves2-6/+6
2022-09-28gdb: remove trailing spaces in READMESimon Marchi1-4/+4
2022-09-28Treat Character as a discrete type in AdaTom Tromey3-1/+69
2022-09-28Renenerate {gdb,gdbserver}/configurePedro Alves1-2/+2
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song6-7/+150
2022-09-26gdb/testsuite: update field names in gdb-gdb.py.inSimon Marchi1-2/+2
2022-09-26gdb/testsuite: use gdb_test in gdb.gdb/python-helper.expSimon Marchi2-75/+21
2022-09-26gdb/testsuite: bump duration for the whole test in do_self_testsSimon Marchi1-28/+8
2022-09-26[gdb/testsuite] Fix gdb.dwarf2/dw2-unspecified-type-foo.c with -m32Tom de Vries1-0/+1
2022-09-24gdb/source.c: Fix undefined behaviour dereferencing empty stringMagne Hov1-9/+1
2022-09-23Support AT_USRSTACKBASE and AT_USRSTACKLIM.John Baldwin1-0/+2
2022-09-23gdb/testsuite/tui: start GDB with "set filename-display basename"Simon Marchi1-1/+7
2022-09-23gdb/csky add cskyv2-linux.xml for cskyv2-linux.cJiangshuai Li4-82/+185
2022-09-22gdb/testsuite/lib/future.exp: follow dejagnu default_target_compileLancelot SIX1-1/+5
2022-09-22[gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries3-11/+32
2022-09-22[gdb/symtab] Rename all_comp_units to all_unitsTom de Vries3-87/+87
2022-09-22gdb/python: restrict the names accepted by gdb.register_window_typeAndrew Burgess4-1/+105
2022-09-22gdb/testsuite: Add test to step through function epilogueBruno Larsen2-0/+136
2022-09-22gdb.base/skip.exp: Use finish to exit functionsBruno Larsen1-17/+17