summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)Author
2018-01-08Fix GDBserver build failure when $development is falseYao Qi
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker
2017-12-08C++-ify parse_format_stringTom Tromey
2017-12-07Initialize target description early in IPAYao Qi
2017-12-05Split tdesc_type into multiple classesSimon Marchi
2017-12-05Remove some unused variablesSimon Marchi
2017-12-02Remove for_each_inferior_with_dataSimon Marchi
2017-12-02Remove for_each_inferiorSimon Marchi
2017-12-02Remove find_inferiorSimon Marchi
2017-12-02Update commentsSimon Marchi
2017-12-02Remove usages of find_inferior that call proceed_one_lwpSimon Marchi
2017-12-02Remove usage of find_inferior in linux_resumeSimon Marchi
2017-12-02Remove usages of find_inferior in stop_all_lwpsSimon Marchi
2017-12-02Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi
2017-12-02Remove usages of find_inferior in select_event_lwpSimon Marchi
2017-12-02Remove usages of find_inferior calling not_stopped_callbackSimon Marchi
2017-12-02Remove usage of find_inferior in find_lwp_pidSimon Marchi
2017-12-02Remove usage of find_inferior in linux_mournSimon Marchi
2017-12-02Remove usage of find_inferior in linux_detachSimon Marchi
2017-12-02Remove usage of find_inferior in last_thread_of_process_pSimon Marchi
2017-12-02Remove find_inferior_in_randomSimon Marchi
2017-12-02Remove find_inferior_idSimon Marchi
2017-12-02Remove usages of find_inferior in linux-mips-low.cSimon Marchi
2017-12-02Remove usage of find_inferior in lynx_mournSimon Marchi
2017-12-02Remove usage of find_inferior in regcache_invalidate_pidSimon Marchi
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey
2017-11-24[spu] Fix spu-linux gdbserver buildUlrich Weigand
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward
2017-11-24Use flexible target descriptors for aarch64Alan Hayward
2017-11-24gdbserver: add aarch64_create_target_descriptionAlan Hayward
2017-11-24Change tic6x target descriptionsYao Qi
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi
2017-11-19Remove usage of find_inferior when calling kill_one_lwp_callbackSimon Marchi
2017-11-19Remove usages of find_thread when calling need_step_over_pSimon Marchi
2017-11-19Remove usage of find_thread when calling resume_status_pending_pSimon Marchi
2017-11-19Remove usage of find_inferior when calling linux_set_resume_requestSimon Marchi
2017-11-19Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi
2017-11-19Remove usage of find_inferior in unsuspend_all_lwpsSimon Marchi
2017-11-19Remove usage of find_inferior in iterate_over_lwpsSimon Marchi
2017-11-19Remove usage of find_inferior in reset_lwp_ptrace_options_callbackSimon Marchi
2017-11-19Remove usages of find_inferior in linux-arm-low.cSimon Marchi
2017-11-19Remove usage of find_inferior in win32-low.cSimon Marchi
2017-11-19Remove usage of find_inferior in win32-i386-low.cSimon Marchi
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi
2017-11-16GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves
2017-11-16Allow osabi to be optional in target descriptionsAlan Hayward
2017-11-16Fix tic6x-uclinux GDBserver build failureYao Qi