aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/mem-break.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger1-8/+8
2019-08-15Replace write_inferior_memory with target_write_memoryTom Tromey1-15/+15
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-11GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377)Pedro Alves1-5/+4
2018-07-03Remove ptid_equalTom Tromey1-8/+4
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-02-08Remove a cleanup from gdbserverTom Tromey1-5/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdbserver: Use warning for warningsPedro Alves1-4/+2
2016-09-02[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"Yao Qi1-34/+34
2016-07-21Fix cast to 'gdb_breakpoint *'Yao Qi1-1/+1
2016-07-21Make reinsert_breakpoint thread specificYao Qi1-18/+53
2016-07-21Refactor clone_all_breakpointsYao Qi1-7/+8
2016-07-21Create sub classes of 'struct breakpoint'Yao Qi1-60/+149
2016-07-21Pass breakpoint type in set_breakpoint_atYao Qi1-6/+14
2016-06-17Handle reinsert breakpoints for vforked childYao Qi1-0/+38
2016-06-17More assert checks on reinsert breakpointYao Qi1-1/+6
2016-06-17Switch to current thread in finish_step_overYao Qi1-0/+22
2016-04-25[GDBserver] Don't error in reinsert_raw_breakpoint if bp->insertedYao Qi1-1/+1
2016-04-25Insert breakpoint even when the raw breakpoint is foundYao Qi1-20/+28
2016-01-12gdbserver: fix various warningsMike Frysinger1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Fix instruction skipping when using software single step in GDBServerAntoine Tremblay1-0/+17
2015-11-30gdbserver:prepare_access_memory: pick another threadPedro Alves1-10/+7
2015-10-29gdbserver/mem-break.c: Add castPedro Alves1-1/+1
2015-10-23Refactor default_breakpoint_kind_from_pc to be used by all targets in GDBServer.Antoine Tremblay1-1/+1
2015-10-21Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay1-75/+80
2015-09-25Add casts to memory allocation related callsSimon Marchi1-7/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-9/+9
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-05-12Clone remote breakpointsDon Breazeal1-0/+105
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-0/+34
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-3/+3
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-1/+2
2014-06-04gdbserver crash if the_target->supports_z_point_type is NULLJoel Brobecker1-0/+1
2014-06-02gdbserver: on GDB breakpoint reinsertion, also delete the breakpoint's commands.Pedro Alves1-6/+37
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-167/+561
2014-05-20[GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves1-0/+18
2014-04-23[gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static.Pedro Alves1-1/+4
2014-04-10Conditional Z1 breakpoint hangs GDBserver.Pedro Alves1-8/+8
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-53/+41
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-18gdb/gdbserver:Yao Qi1-6/+12
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-07-02(gdb_no_commands_at_breakpoint): Tweak previous patch for win64 whereDoug Evans1-2/+3
2012-07-02 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast fromDoug Evans1-2/+3
2012-07-02 Add target-side support for dynamic printf.Stan Shebs1-0/+125