summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gdb: move struct reggroup into reggroups.h headerAndrew Burgess2022-04-079-57/+36
* gdb: convert reggroup to a C++ class with constructor, etcAndrew Burgess2022-04-071-18/+30
* gdb: make the pre-defined register groups constAndrew Burgess2022-04-073-23/+23
* gdb: more 'const' in gdb/reggroups.{c,h}Andrew Burgess2022-04-0710-38/+39
* gdb: remove reggroup_next and reggroup_prevAndrew Burgess2022-04-077-154/+84
* gdb: convert reggroups to use a std::vectorAndrew Burgess2022-04-071-76/+75
* gdb: always add the default register groupsAndrew Burgess2022-04-0713-138/+36
* gdb/tui: fix 'tui reg next/prev' command when data window is hiddenAndrew Burgess2022-04-072-20/+40
* gdb/tui: avoid theoretical bug with 'tui reg' commandAndrew Burgess2022-04-071-11/+13
* gdb: have reggroup_find return a constAndrew Burgess2022-04-072-2/+3
* gdb: use 'const reggroup *' in python/py-registers.c fileAndrew Burgess2022-04-071-8/+8
* gdb: switch to using 'const reggroup *' in tui-regs.{c,h}Andrew Burgess2022-04-072-15/+16
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-0729-33/+33
* gdb: add some const in gdb/reggroups.cAndrew Burgess2022-04-072-8/+8
* gdb: don't try to use readline before it's initializedAndrew Burgess2022-04-071-2/+15
* Recognize the NT_ARM_SYSTEM_CALL register setLuis Machado2022-04-072-0/+4
* Add support for COFF secidx relocationsMark Harmstone2022-04-0723-35/+576
* gas/Dwarf: record functionsJan Beulich2022-04-077-7/+368
* Arm64: arrange for line number emission for .instJan Beulich2022-04-074-1/+24
* Arm32: arrange for line number emission for .instJan Beulich2022-04-072-0/+23
* RISC-V: add testcase to check line number emission for .insnJan Beulich2022-04-071-0/+71
* IBM zSystems: Add support for z16 as CPU name.Andreas Krebbel2022-04-076-6/+19
* Automatic date update in version.inGDB Administrator2022-04-071-1/+1
* gdb: mips: Fix the handling of complex type of function return valueYouling Tang2022-04-061-10/+24
* Use new and delete in jit.cTom Tromey2022-04-061-10/+7
* gdb: don't copy entirely optimized out values in value_copySimon Marchi2022-04-062-5/+25
* Fix for v850e divq instructionJeff Law2022-04-062-2/+13
* Fix "bins" simulation for v850e3v5Jeff Law2022-04-063-2/+21
* gdb: LoongArch: prepend tramp frame unwinder for signalTiezhu Yang2022-04-061-0/+50
* gdb: make interp_add staticAndrew Burgess2022-04-062-3/+1
* Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton2022-04-067-115/+517
* Enable ARMv8.1-m PACBTI supportLuis Machado2022-04-064-20/+247
* gdb: move gdb_disassembly_flag into a new disasm-flags.h fileAndrew Burgess2022-04-068-16/+45
* Automatic date update in version.inGDB Administrator2022-04-061-1/+1
* Introduce wrapped_fileTom Tromey2022-04-052-35/+59
* Don't call init_thread_list in windows-nat.cTom Tromey2022-04-051-1/+0
* gdb/testsuite: fix intermittent failure in gdb.base/vfork-follow-parent.expSimon Marchi2022-04-052-1/+15
* gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-user-context.expSimon Marchi2022-04-052-5/+78
* Fix qRcmd error code parsingLuis Machado2022-04-052-2/+3
* gdb: resume ongoing step after handling fork or vforkSimon Marchi2022-04-043-4/+227
* gdb/remote: remove_new_fork_children don't access target_waitstatus::child_pt...Simon Marchi2022-04-041-2/+3
* gdbserver: report correct status in thread stop race conditionSimon Marchi2022-04-041-32/+28
* gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent...Simon Marchi2022-04-043-8/+311
* gdb/infrun: add logging statement to do_target_resumeSimon Marchi2022-04-041-0/+4
* gdb/infrun: add inferior parameters to stop_all_threads and restart_threadsSimon Marchi2022-04-042-10/+36
* gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f...Simon Marchi2022-04-042-9/+13
* gdb: make timestamped_file implement write_async_safeSimon Marchi2022-04-041-0/+3
* Automatic date update in version.inGDB Administrator2022-04-051-1/+1
* gdb/testsuite: fix timeout in server-pipe.exp testAndrew Burgess2022-04-041-3/+7
* Handle TLS variable lookups when using separate debug files.John Baldwin2022-04-042-5/+5