aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Shorten long lines in linux-aarch64-low.cYao Qi2-2/+9
2015-09-25Add some more casts (1/2)Simon Marchi6-16/+35
2015-09-25Add casts to memory allocation related callsSimon Marchi11-71/+122
2015-09-21Implement target_emit_opsPierre Langlois2-14/+1300
2015-09-21Add support for fast tracepointsPierre Langlois5-3/+1689
2015-09-21Move instruction decoding into new arch/ directoryPierre Langlois3-0/+12
2015-09-21Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENTYao Qi2-0/+6
2015-09-21[gdbserver] Remove unused max_jump_pad_sizeYao Qi2-3/+4
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi2-16/+7
2015-09-16Fix argument to compiled_cond, and add cases for compiled-condition.Wei-cheng Wang2-2/+10
2015-09-15gdbserver: Fix exec stop reply reporting conditionsPedro Alves2-1/+7
2015-09-15Move ChangeLog entry to proper placePedro Alves1-0/+7
2015-09-15PR remote/18965: vforkdone stop reply should indicate parent PIDPedro Alves1-10/+7
2015-09-15Fix typoYao Qi2-1/+6
2015-09-15Support single step by arch or targetYao Qi2-1/+31
2015-09-15[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi9-30/+51
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi2-1/+29
2015-09-11Extended-remote follow-execDon Breazeal8-24/+197
2015-09-09btrace: kernel address filteringMarkus Metzger2-21/+7
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi2-3/+13
2015-08-27Fix ChangeLog entries starting with "Likewise"Simon Marchi1-1/+2
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand2-1/+6
2015-08-27gdbserver/proc-service.c: bogus return value conversionPedro Alves2-1/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi21-78/+122
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi2-16/+4
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi4-37/+15
2015-08-25Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi2-6/+9
2015-08-25Add pid argument in aarch64_get_debug_reg_stateYao Qi2-10/+16
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi2-82/+7
2015-08-25Make debug_reg_change_callback the same on GDB and GDBserverYao Qi1-1/+1
2015-08-25Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi2-1/+6
2015-08-25Use debug_printf in debug_reg_change_callbackYao Qi2-9/+14
2015-08-25Use phex debug_reg_change_callbackYao Qi2-8/+12
2015-08-25Remove some comments in debug_reg_change_callbackYao Qi2-20/+4
2015-08-25Re-indent the codeYao Qi2-33/+38
2015-08-25[gdbserver] Use iterate_over_lwps in aarch64_notify_debug_reg_changeYao Qi2-19/+21
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves4-3/+22
2015-08-24Prepare for gnulib updatePedro Alves5-4/+11
2015-08-24Fix gdbserver SPU buildPedro Alves2-1/+6
2015-08-21Fix ax.c:gdb_eval_agent_exprPedro Alves2-1/+6
2015-08-21C++: Initialize a couple const globalsPedro Alves2-1/+5
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves4-19/+35
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves8-53/+83
2015-08-21xtensa: implement NPTL helpersMax Filippov3-0/+29
2015-08-19Prelimit number of bytes to read in "vFile:pread:"Gary Benson2-0/+17
2015-08-18gdbserver/linux-aarch32-low: build failure when NT_ARM_VFP not definedJoel Brobecker2-0/+10
2015-08-14Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2-4/+30
2015-08-06gdbserver/tracepoint.c: make exported IPA global int instead of enumPedro Alves2-1/+8
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves5-9/+25
2015-08-06gdbserver: fix silent error exitPedro Alves2-0/+11