aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess29-33/+33
2022-04-07gdb: add some const in gdb/reggroups.cAndrew Burgess2-8/+8
2022-04-07gdb: don't try to use readline before it's initializedAndrew Burgess1-2/+15
2022-04-07Recognize the NT_ARM_SYSTEM_CALL register setLuis Machado2-0/+4
2022-04-07Add support for COFF secidx relocationsMark Harmstone23-35/+576
2022-04-07gas/Dwarf: record functionsJan Beulich7-7/+368
2022-04-07Arm64: arrange for line number emission for .instJan Beulich4-1/+24
2022-04-07Arm32: arrange for line number emission for .instJan Beulich2-0/+23
2022-04-07RISC-V: add testcase to check line number emission for .insnJan Beulich1-0/+71
2022-04-07IBM zSystems: Add support for z16 as CPU name.Andreas Krebbel6-6/+19
2022-04-07Automatic date update in version.inGDB Administrator1-1/+1
2022-04-06gdb: mips: Fix the handling of complex type of function return valueYouling Tang1-10/+24
2022-04-06Use new and delete in jit.cTom Tromey1-10/+7
2022-04-06gdb: don't copy entirely optimized out values in value_copySimon Marchi2-5/+25
2022-04-06Fix for v850e divq instructionJeff Law2-2/+13
2022-04-06Fix "bins" simulation for v850e3v5Jeff Law3-2/+21
2022-04-06gdb: LoongArch: prepend tramp frame unwinder for signalTiezhu Yang1-0/+50
2022-04-06gdb: make interp_add staticAndrew Burgess2-3/+1
2022-04-06Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton7-115/+517
2022-04-06Enable ARMv8.1-m PACBTI supportLuis Machado4-20/+247
2022-04-06gdb: move gdb_disassembly_flag into a new disasm-flags.h fileAndrew Burgess8-16/+45
2022-04-06Automatic date update in version.inGDB Administrator1-1/+1
2022-04-05Introduce wrapped_fileTom Tromey2-35/+59
2022-04-05Don't call init_thread_list in windows-nat.cTom Tromey1-1/+0
2022-04-05gdb/testsuite: fix intermittent failure in gdb.base/vfork-follow-parent.expSimon Marchi2-1/+15
2022-04-05gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-user-context.expSimon Marchi2-5/+78
2022-04-05Fix qRcmd error code parsingLuis Machado2-2/+3
2022-04-04gdb: resume ongoing step after handling fork or vforkSimon Marchi3-4/+227
2022-04-04gdb/remote: remove_new_fork_children don't access target_waitstatus::child_pt...Simon Marchi1-2/+3
2022-04-04gdbserver: report correct status in thread stop race conditionSimon Marchi1-32/+28
2022-04-04gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent...Simon Marchi3-8/+311
2022-04-04gdb/infrun: add logging statement to do_target_resumeSimon Marchi1-0/+4
2022-04-04gdb/infrun: add inferior parameters to stop_all_threads and restart_threadsSimon Marchi2-10/+36
2022-04-04gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f...Simon Marchi2-9/+13
2022-04-04gdb: make timestamped_file implement write_async_safeSimon Marchi1-0/+3
2022-04-05Automatic date update in version.inGDB Administrator1-1/+1
2022-04-04gdb/testsuite: fix timeout in server-pipe.exp testAndrew Burgess1-3/+7
2022-04-04Handle TLS variable lookups when using separate debug files.John Baldwin2-5/+5
2022-04-04gdb: Add maint set ignore-prologue-end-flagLancelot SIX4-1/+54
2022-04-04gdb: Add support for DW_LNS_set_prologue_end in line-tableLancelot SIX13-12/+249
2022-04-04gdb/buildsym: Line record use a record flagLancelot SIX4-19/+36
2022-04-04gdb: make timestamped_file implement can_emit_style_escapeSimon Marchi2-4/+8
2022-04-04gdb: remove assertion in psymbol_functions::expand_symtabs_matchingSimon Marchi1-6/+3
2022-04-04sim: fixes for libopcodes styled disassemblerAndrew Burgess11-9/+109
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey4-411/+463
2022-04-04Remove windows_thread_info destructorTom Tromey2-6/+0
2022-04-04Use unique_ptr in the Windows thread listTom Tromey1-16/+9
2022-04-04Use auto_obstack in windows-nat.cTom Tromey1-3/+1
2022-04-04Simplify windows-nat.c solib handlingTom Tromey1-66/+49
2022-04-04Avoid undefined behavior in gdbscm_make_breakpointPedro Alves1-5/+5