summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* gdb: Add missing #ifdef USE_THREAD_DB to gdbserverJames Clarke2018-01-192-0/+7
* Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi2018-01-173-7/+21
* configure: Fix test for fs_base/gs_base in <sys/user.h>Eldar Abusalimov2018-01-173-3/+13
* Mark register unavailable when PTRACE_PEEKUSER failsYao Qi2018-01-162-1/+11
* Fix GDBserver build failure when $development is falseYao Qi2018-01-085-3/+22
* Make parse_debug_format_options return an std::stringSimon Marchi2018-01-072-11/+15
* Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves2018-01-052-1/+7
* 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