aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-10-11gdb/testsuite: Fix formatting of python scriptBruno Larsen1-3/+7
2022-10-11[gdb/testsuite] Fix prompt parsing in capture_command_outputTom de Vries2-19/+51
2022-10-10gdb/testsuite: fix race in gdb.base/async-shell.expSimon Marchi2-8/+23
2022-10-10Fix a latent bug in print_wcharTom Tromey3-10/+24
2022-10-10Don't use wchar_printable in print_wcharTom Tromey1-6/+5
2022-10-10Remove c_printstrTom Tromey4-26/+7
2022-10-10Remove c_emit_charTom Tromey3-14/+2
2022-10-10Boolify need_escape in generic_emit_charTom Tromey1-6/+6
2022-10-10Fix latent quote char bug in generic_printstrTom Tromey3-1/+64
2022-10-10Fix the guile buildTom Tromey3-74/+107
2022-10-10[gdb/testsuite] Detect trailing ^C/^D in commandTom de Vries2-6/+32
2022-10-10[gdb/testsuite] Fix error message for cmd with trailing newlineTom de Vries2-1/+29
2022-10-10gdb: include the base address in in-memory bfd filenamesAndrew Burgess4-16/+229
2022-10-10gdb: remove filename arg from gdb_bfd_open_from_target_memoryAndrew Burgess2-6/+6
2022-10-10gdb: add infcall specific debuggingAndrew Burgess3-0/+79
2022-10-10gdb: extra debug output in thread.cAndrew Burgess1-0/+9
2022-10-10gdb: improve infrun_debug_show_threads outputAndrew Burgess1-0/+2
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