aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker95-95/+95
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker3-2/+8
2017-12-08C++-ify parse_format_stringTom Tromey2-12/+14
2017-12-07Initialize target description early in IPAYao Qi4-23/+46
2017-12-05Split tdesc_type into multiple classesSimon Marchi2-7/+15
2017-12-05Remove some unused variablesSimon Marchi2-2/+4
2017-12-02Remove for_each_inferior_with_dataSimon Marchi4-20/+12
2017-12-02Remove for_each_inferiorSimon Marchi7-35/+32
2017-12-02Remove find_inferiorSimon Marchi3-14/+5
2017-12-02Update commentsSimon Marchi2-3/+8
2017-12-02Remove usages of find_inferior that call proceed_one_lwpSimon Marchi2-16/+32
2017-12-02Remove usage of find_inferior in linux_resumeSimon Marchi2-9/+15
2017-12-02Remove usages of find_inferior in stop_all_lwpsSimon Marchi2-11/+27
2017-12-02Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2-8/+13
2017-12-02Remove usages of find_inferior in select_event_lwpSimon Marchi2-62/+38
2017-12-02Remove usages of find_inferior calling not_stopped_callbackSimon Marchi2-19/+27
2017-12-02Remove usage of find_inferior in find_lwp_pidSimon Marchi2-18/+10
2017-12-02Remove usage of find_inferior in linux_mournSimon Marchi2-13/+9
2017-12-02Remove usage of find_inferior in linux_detachSimon Marchi2-15/+13
2017-12-02Remove usage of find_inferior in last_thread_of_process_pSimon Marchi2-22/+22
2017-12-02Remove find_inferior_in_randomSimon Marchi4-29/+29
2017-12-02Remove find_inferior_idSimon Marchi6-40/+28
2017-12-02Remove usages of find_inferior in linux-mips-low.cSimon Marchi2-24/+19
2017-12-02Remove usage of find_inferior in lynx_mournSimon Marchi2-15/+6
2017-12-02Remove usage of find_inferior in regcache_invalidate_pidSimon Marchi2-13/+7
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth2-4/+1
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