aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey2-9/+14
2017-11-24[spu] Fix spu-linux gdbserver buildUlrich Weigand2-1/+5
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward5-0/+68
2017-11-24Use flexible target descriptors for aarch64Alan Hayward4-10/+16
2017-11-24gdbserver: add aarch64_create_target_descriptionAlan Hayward6-20/+85
2017-11-24Change tic6x target descriptionsYao Qi3-42/+87
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi2-1/+5
2017-11-19Remove usage of find_inferior when calling kill_one_lwp_callbackSimon Marchi2-10/+14
2017-11-19Remove usages of find_thread when calling need_step_over_pSimon Marchi2-18/+20
2017-11-19Remove usage of find_thread when calling resume_status_pending_pSimon Marchi2-10/+12
2017-11-19Remove usage of find_inferior when calling linux_set_resume_requestSimon Marchi2-26/+22
2017-11-19Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2-15/+14
2017-11-19Remove usage of find_inferior in unsuspend_all_lwpsSimon Marchi2-16/+13
2017-11-19Remove usage of find_inferior in iterate_over_lwpsSimon Marchi3-39/+25
2017-11-19Remove usage of find_inferior in reset_lwp_ptrace_options_callbackSimon Marchi2-30/+26
2017-11-19Remove usages of find_inferior in linux-arm-low.cSimon Marchi2-29/+33
2017-11-19Remove usage of find_inferior in win32-low.cSimon Marchi2-6/+12
2017-11-19Remove usage of find_inferior in win32-i386-low.cSimon Marchi2-20/+16
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi5-28/+36
2017-11-16GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves2-4/+6
2017-11-16Allow osabi to be optional in target descriptionsAlan Hayward2-5/+11
2017-11-16Fix tic6x-uclinux GDBserver build failureYao Qi2-10/+13
2017-11-15Better make rule for arch/ files built for IPAAlan Hayward3-3/+8
2017-11-13Enable hardware single step for m68k in GDBServerAndreas Schwab2-0/+37
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves3-7/+5
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves3-31/+6
2017-10-27Remove find_inferior usage for thread_searchSimon Marchi2-56/+39
2017-10-27Remove usage of find_inferior in resumeSimon Marchi2-27/+23
2017-10-27Remove usages of find_inferior in handle_statusSimon Marchi2-16/+15
2017-10-25Add common AARCH64 REGNUM definesAlan Hayward2-26/+23
2017-10-21Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi4-15/+38
2017-10-17[GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile ruleYao Qi3-5/+6
2017-10-17[GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/Yao Qi2-2/+7
2017-10-17[GDBserver] Move arm.o to arch/arm.oYao Qi2-2/+6
2017-10-17[GDBserver] Replicate src dir in build dirYao Qi5-18/+64
2017-10-16Regenerate gdbserver/configureYao Qi2-3/+14
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi15-454/+345
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi8-190/+225
2017-10-14gdbserver: Use std::list for all_dllsSimon Marchi4-71/+47
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi16-2/+78
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi16-1/+62
2017-10-06Fix GDB build under msys+mingw gcc 32bitYuanhui Zhang2-0/+5
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior4-4/+70
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior2-0/+17
2017-10-04Introduce gdb_tilde_expandSergio Durigan Junior2-0/+7
2017-10-02nto & lynx x86: call init_target_descSimon Marchi3-2/+17
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves9-45/+57
2017-09-29gdbserver/libthread_db: Don't ignore memory reading failuresPedro Alves2-1/+7
2017-09-29Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves4-5/+26
2017-09-26Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior5-4/+15