summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0295-95/+95
* Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker2018-01-023-2/+8
* C++-ify parse_format_stringTom Tromey2017-12-082-12/+14
* Initialize target description early in IPAYao Qi2017-12-074-23/+46
* Split tdesc_type into multiple classesSimon Marchi2017-12-052-7/+15
* Remove some unused variablesSimon Marchi2017-12-052-2/+4
* Remove for_each_inferior_with_dataSimon Marchi2017-12-024-20/+12
* Remove for_each_inferiorSimon Marchi2017-12-027-35/+32
* Remove find_inferiorSimon Marchi2017-12-023-14/+5
* Update commentsSimon Marchi2017-12-022-3/+8
* Remove usages of find_inferior that call proceed_one_lwpSimon Marchi2017-12-022-16/+32
* Remove usage of find_inferior in linux_resumeSimon Marchi2017-12-022-9/+15
* Remove usages of find_inferior in stop_all_lwpsSimon Marchi2017-12-022-11/+27
* Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2017-12-022-8/+13
* Remove usages of find_inferior in select_event_lwpSimon Marchi2017-12-022-62/+38
* Remove usages of find_inferior calling not_stopped_callbackSimon Marchi2017-12-022-19/+27
* Remove usage of find_inferior in find_lwp_pidSimon Marchi2017-12-022-18/+10
* Remove usage of find_inferior in linux_mournSimon Marchi2017-12-022-13/+9
* Remove usage of find_inferior in linux_detachSimon Marchi2017-12-022-15/+13
* Remove usage of find_inferior in last_thread_of_process_pSimon Marchi2017-12-022-22/+22
* Remove find_inferior_in_randomSimon Marchi2017-12-024-29/+29
* Remove find_inferior_idSimon Marchi2017-12-026-40/+28
* Remove usages of find_inferior in linux-mips-low.cSimon Marchi2017-12-022-24/+19
* Remove usage of find_inferior in lynx_mournSimon Marchi2017-12-022-15/+6
* Remove usage of find_inferior in regcache_invalidate_pidSimon Marchi2017-12-022-13/+7
* Remove ioctl-based procfs support on SolarisRainer Orth2017-11-302-4/+1
* Change maybe_disable_address_space_randomization to a classTom Tromey2017-11-262-9/+14
* [spu] Fix spu-linux gdbserver buildUlrich Weigand2017-11-242-1/+5
* Add xml selftests for aarch64 target description.Alan Hayward2017-11-245-0/+68
* Use flexible target descriptors for aarch64Alan Hayward2017-11-244-10/+16
* gdbserver: add aarch64_create_target_descriptionAlan Hayward2017-11-246-20/+85
* Change tic6x target descriptionsYao Qi2017-11-243-42/+87
* Fix build with GCC 8: strncpy -> memcpyYao Qi2017-11-222-1/+5
* Remove usage of find_inferior when calling kill_one_lwp_callbackSimon Marchi2017-11-192-10/+14
* Remove usages of find_thread when calling need_step_over_pSimon Marchi2017-11-192-18/+20
* Remove usage of find_thread when calling resume_status_pending_pSimon Marchi2017-11-192-10/+12
* Remove usage of find_inferior when calling linux_set_resume_requestSimon Marchi2017-11-192-26/+22
* Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2017-11-192-15/+14
* Remove usage of find_inferior in unsuspend_all_lwpsSimon Marchi2017-11-192-16/+13
* Remove usage of find_inferior in iterate_over_lwpsSimon Marchi2017-11-193-39/+25
* Remove usage of find_inferior in reset_lwp_ptrace_options_callbackSimon Marchi2017-11-192-30/+26
* Remove usages of find_inferior in linux-arm-low.cSimon Marchi2017-11-192-29/+33
* Remove usage of find_inferior in win32-low.cSimon Marchi2017-11-192-6/+12
* Remove usage of find_inferior in win32-i386-low.cSimon Marchi2017-11-192-20/+16
* Make process_info::syscalls_to_catch an std::vectorSimon Marchi2017-11-175-28/+36
* GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves2017-11-162-4/+6
* Allow osabi to be optional in target descriptionsAlan Hayward2017-11-162-5/+11
* Fix tic6x-uclinux GDBserver build failureYao Qi2017-11-162-10/+13
* Better make rule for arch/ files built for IPAAlan Hayward2017-11-153-3/+8
* Enable hardware single step for m68k in GDBServerAndreas Schwab2017-11-132-0/+37