aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/linux-low.cc
AgeCommit message (Expand)AuthorFilesLines
2021-12-13gdbserver/linux-low: replace direct assignment to current_threadTankut Baris Aktemur1-2/+5
2021-12-13gdbserver: replace direct assignments to current_threadTankut Baris Aktemur1-74/+39
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi1-0/+11
2021-12-08gdbserver: hide fork child threads from GDBSimon Marchi1-0/+11
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi1-7/+3
2021-10-25gdbserver: make target_pid_to_str return std::stringSimon Marchi1-30/+32
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-68/+64
2021-10-21gdbserver: initialize the members of lwp_info in-classSimon Marchi1-5/+1
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey1-6/+6
2021-08-17gdbserver: Check r_version < 1 for Linux debugger interfaceH.J. Lu1-1/+1
2021-05-08gdb, gdbserver: make status_to_str return std::stringSimon Marchi1-1/+1
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves1-4/+0
2021-05-08Don't include sys/personality.h in linux-low.cc anymorePedro Alves1-7/+0
2021-04-12gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur1-1/+1
2021-02-23gdbserver: linux-low: make linux_process_target::filter_event return voidSimon Marchi1-10/+10
2021-02-03gdbserver: spurious SIGTRAP w/ detach while step-over in progressPedro Alves1-1/+28
2021-01-20gdb: make some variables staticSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-4/+3
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-1/+2
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-07-21gdb, gdbserver: make stopped_pids global variables staticSimon Marchi1-1/+1
2020-06-22gdbserver/linux-low: use std::list to store pending signalsTankut Baris Aktemur1-69/+32
2020-06-12gdbserver: remove support for BlackfinSimon Marchi1-5/+0
2020-05-25Use construct_inferior_arguments which handles special charsMichael Weghorn1-1/+1
2020-04-02gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur1-9/+0
2020-04-02gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur1-25/+24
2020-04-02gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur1-32/+14
2020-04-02gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur1-3/+7
2020-04-02gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur1-9/+0
2020-04-02gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur1-29/+0
2020-04-02gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur1-30/+20
2020-04-02gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur1-9/+0
2020-04-02gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur1-7/+0
2020-04-02gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur1-4/+8
2020-04-02gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur1-70/+72
2020-04-02gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur1-9/+11
2020-04-02gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur1-8/+16
2020-04-02gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur1-36/+21
2020-04-02gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur1-8/+18
2020-04-02gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur1-11/+0
2020-04-02gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur1-4/+4
2020-04-02gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur1-2/+8
2020-04-02gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur1-25/+17
2020-04-02gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur1-10/+0
2020-04-02gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur1-23/+0
2020-04-02gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur1-23/+32
2020-04-02gdbserver/linux-low: turn some more static functions into private methodsTankut Baris Aktemur1-121/+71
2020-04-02gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur1-5/+8