aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-10-10gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen9-118/+409
2022-10-10Change GDB to use frame_info_ptrTom Tromey249-1522/+1527
2022-10-10Introduce frame_info_ptr smart pointer classTom Tromey3-0/+187
2022-10-10Remove frame_id_eqTom Tromey17-79/+65
2022-10-10gdb/testsuite: use 'end' at the end of python blocksAndrew Burgess3-3/+3
2022-10-08Merge both implementations of debug_names::insertTom Tromey1-27/+24
2022-10-08[gdb/testsuite] Fix silent fail in gdb.server/connect-with-no-symbol-file.expTom de Vries1-3/+13
2022-10-07gdb/testsuite: fix gdb.threads/linux-dp.exp regexLancelot SIX1-1/+1
2022-10-07[gdb/testsuite] Handle host cleanfilesTom de Vries1-8/+19
2022-10-07[gdb/testsuite] Remove unnecessary warning in gdb.base/default.expTom de Vries1-2/+0
2022-10-07[gdb/testsuite] Fix have_mpx with remote-gdbserver-on-localhostTom de Vries1-1/+1
2022-10-07[gdb/testsuite] Fix DUPLICATEs with remote-gdbserver-on-localhostTom de Vries5-217/+247
2022-10-07[gdb/testsuite] Fix path in test name in gdb_load_shlibTom de Vries1-1/+2
2022-10-06Fix indentation in riscv-tdep.cTom Tromey1-153/+153
2022-10-06gdb/arm: Handle lazy FPU state preservationTorbjörn SVENSSON2-17/+46
2022-10-06[gdb/symtab] Factor out have_complaintTom de Vries2-15/+27
2022-10-06gdb: add missing nullptr checks in bpstat_check_breakpoint_conditionsAndrew Burgess1-2/+2
2022-10-06gdb: more infrun debug from breakpoint.cAndrew Burgess1-2/+24
2022-10-06gdb: add some additional debug in mark_async_event_handlerAndrew Burgess1-2/+4
2022-10-04Remove decode_location_spec_defaultTom Tromey1-30/+15
2022-10-04[gdb/symtab] Don't complain about function declsTom de Vries3-1/+67
2022-10-04[gdb/symtab] Don't complain about inlined functionsTom de Vries3-1/+74
2022-10-04gdb/riscv: Partial support for instructions up to 176-bitTsukasa OI1-4/+5
2022-10-04[AArch64] Update FPSR/FPCR fields for FPU and SVELuis Machado3-2/+53
2022-10-03gdb: constify inferior::target_is_pushedSimon Marchi1-1/+1
2022-10-03[AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado4-34/+212
2022-10-03[AArch64] Fix pseudo-register numbering in the presence of unexpected additio...Luis Machado1-2/+13
2022-10-03Improve GDB's baseclass detection with typedefsBruno Larsen3-17/+37
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