aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
3 daysgdbserver: pass osabi to GDB in more target descriptionsAndrew Burgess16-21/+46
3 days[gdb/tdep] Use raw_supply_part_zeroed for AArch64Tom de Vries2-0/+14
7 daysgdbserver: remove pidof(process)Simon Marchi4-15/+10
7 daysgdbserver: remove pid_of(thread)Simon Marchi6-20/+11
7 daysgdbserver: remove lwpid_of(thread)Simon Marchi8-138/+118
7 daysgdbserver: remove ptid_of(thread)Simon Marchi7-60/+51
7 daysgdbserver: remove current_thread_ptidSimon Marchi1-13/+5
7 daysgdbserver: remove current_ptid macroSimon Marchi7-9/+6
7 daysgdbserver: remove get_thread_processSimon Marchi7-43/+21
7 daysgdbserver: make remove_thread a method of process_infoSimon Marchi6-11/+13
7 daysgdbserver: make add_thread a method of process_infoSimon Marchi6-14/+11
7 daysgdbserver: add thread -> process backlinkSimon Marchi2-4/+11
7 daysgdbserver: remove for_each_thread(pid, func)Simon Marchi8-33/+24
8 daysgdbserver: add process specific thread list and mapStephan Rohr4-54/+223
8 daysgdbserver: change 'all_processes' and 'all_threads' list typeStephan Rohr4-69/+39
2024-10-28gdbserver: remove unused include in gdbthread.hSimon Marchi3-1/+2
2024-10-28gdbserver: fix formatting in gdbthread.hSimon Marchi1-12/+9
2024-10-22gdbserver: use 'gdb::function_view' in 'find_*' and 'for_each_*'Stephan Rohr3-121/+153
2024-10-21gdbreplay: Add --debug-logging optionAlexandra Hájková2-23/+61
2024-10-21gdbreplay: Use getopt_long to parse command line argumentsAlexandra Hájková1-13/+24
2024-10-21[gdb/contrib] Handle dot in spellcheck.shTom de Vries1-1/+1
2024-10-11gdbserver: remove declaration of init_registers_arm_with_neonAndrew Burgess1-1/+0
2024-10-11Revert "gdbserver: pass osabi to GDB in target description"Andrew Burgess16-41/+18
2024-10-10gdbserver: pass osabi to GDB in target descriptionAndrew Burgess16-18/+41
2024-10-10gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabiAndrew Burgess1-1/+2
2024-10-10gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char>Andrew Burgess2-15/+7
2024-10-08[gdb/contrib] Add more separators in spellcheck.shTom de Vries1-1/+1
2024-10-06[gdb] Fix common misspellingsTom de Vries3-3/+3
2024-09-25gdb, gdbserver, python, testsuite: Remove MPX.Schimpe, Christina3-89/+4
2024-09-24btrace: Enable event tracing on Linux for Intel PT.Felix Willgerodt2-0/+16
2024-09-05gdbserver: aarch64: Fix expedited registers listThiago Jung Bauermann1-8/+4
2024-08-26gdb: imply --once if connecting via stdioWilliam Ferreira1-0/+4
2024-08-14btrace, python: Enable ptwrite filter registration.Felix Willgerodt2-0/+14
2024-08-14btrace, gdbserver: Add ptwrite to btrace_config_pt.Felix Willgerodt2-0/+17
2024-08-02gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extensionSimon Marchi1-1/+1
2024-08-01gdb: AArch64: Support MTE on baremetalGustavo Romero1-0/+1
2024-07-27[gdb/tdep] Fix arm thumb2 hw breakpointTom de Vries1-12/+53
2024-07-18gdbserver: add gdbserver support for vFile::stat packetAndrew Burgess1-0/+38
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi3-3/+3
2024-06-27gdb: add overloads of gdb_tilde_expandAndrew Burgess1-1/+1
2024-06-27gdb: add overloads of gdb_abspathAndrew Burgess1-1/+1
2024-06-20Revert "Remove LIBINTL_DEP"Alan Modra1-2/+3
2024-06-20Remove LIBINTL_DEPAlan Modra1-3/+2
2024-06-14gdb/aarch64: prevent crash from in process agentAndrew Burgess1-8/+14
2024-06-14gdb/gdbserver: share x86/linux tdesc cachingAndrew Burgess6-355/+20
2024-06-14gdbserver: update target description creation for x86/linuxAndrew Burgess5-167/+306
2024-06-14gdb/gdbserver: share some code relating to target description creationAndrew Burgess8-116/+52
2024-06-14gdb: move have_ptrace_getregset declaration into gdb/nat directoryAndrew Burgess2-3/+1
2024-06-14gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directoryAndrew Burgess2-14/+6
2024-06-14gdbserver/x86: move no-xml code earlier in x86_linux_read_descriptionAndrew Burgess1-11/+16