aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho1-0/+8
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward1-0/+10
2019-03-22AArch64: gdbserver: read pauth registersAlan Hayward1-0/+1
2019-02-07Normalize include guards in gdbTom Tromey1-0/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi1-0/+4
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+4
2017-09-29Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves1-1/+1
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner1-0/+5
2017-09-21Add thread_db_notice_clone to gdbserverKevin Buettner1-0/+6
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi1-1/+1
2017-07-26Add enum for result of fast_tracepoint_collectingSimon Marchi1-6/+6
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves1-0/+6
2016-06-28Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi1-5/+3
2016-04-28Remove need_step_over from struct lwp_infoYao Qi1-4/+0
2016-02-25[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Koƛcielnicki1-0/+3
2016-02-09Fix siginfo C++ build errorSimon Marchi1-1/+1
2016-01-26Remove argument pc in get_next_pcsYao Qi1-1/+1
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bitYao Qi1-0/+3
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi1-0/+3
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+13
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-2/+0
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay1-1/+4
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay1-1/+1
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay1-0/+3
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay1-0/+3
2015-11-19gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves1-1/+1
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves1-0/+5
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay1-2/+7
2015-08-06Linux gdbserver confused when event randomization picks process exit eventPedro Alves1-7/+4
2015-08-04Move have_ptrace_getregset to linux-low.cYao Qi1-0/+2
2015-07-24Remove proc->priv->new_inferiorYao Qi1-5/+0
2015-05-12Arch-specific remote follow forkDon Breazeal1-0/+3
2015-05-12Extended-remote Linux follow forkDon Breazeal1-0/+4
2015-03-24Change signature of linux_target_ops.new_threadGary Benson1-1/+1
2015-03-24Make linux_stop_lwp be a shared functionGary Benson1-1/+1
2015-03-24Add iterate_over_lwps to gdbserverGary Benson1-0/+1
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves1-19/+2
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-5/+24
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-6/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-06-20Move shared native target specific code to gdb/natGary Benson1-2/+2
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-2/+6
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves1-1/+10
2014-02-20Remove all_lwps global.Doug Evans1-13/+12
2014-02-19Add backlink from lwp_info to thread_info.Doug Evans1-3/+6