aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2018-03-01[PATCH v3 8/8] Remove xml files from gdbserverusers/ahayward/xml3Alan Hayward1-36/+0
2018-03-01[PATCH v3 7/8]: Remove xml file references from target descriptions.Alan Hayward1-4/+2
2018-03-01[PATCH v3 6/8] Create xml from target descriptionsAlan Hayward2-28/+19
2018-03-01[PATCH v3 5/8] Add tdesc osabi and architecture functionsAlan Hayward1-3/+20
2018-03-01[PATCH v3 4/8] Commonise tdesc typesAlan Hayward1-68/+0
2018-03-01[PATCH v3 3/8] Commonise tdesc_featureAlan Hayward2-67/+34
2018-03-01[PATCH v3 2/8] Commonise tdesc_regAlan Hayward3-18/+29
2018-03-01[PATCH V3 1/8] Move tdesc header funcs to c fileAlan Hayward2-42/+50
2018-02-28Change order of error message printed when gdbserver can't find CWDSergio Durigan Junior2-1/+6
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior2-13/+51
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior3-0/+20
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward3-13/+18
2018-02-20Fix make 3.81 build errorsAlan Hayward2-13/+18
2018-02-19Add common/ dir in build directoriesAlan Hayward4-36/+42
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger7-33/+14
2018-02-09btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger2-31/+32
2018-02-08Remove make_cleanup_restore_current_thread from gdbserverTom Tromey4-18/+12
2018-02-08Remove a cleanup from gdbserverTom Tromey2-5/+11
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2-2/+8
2018-01-19gdb: Add missing #ifdef USE_THREAD_DB to gdbserverJames Clarke2-0/+7
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi3-7/+21
2018-01-17configure: Fix test for fs_base/gs_base in <sys/user.h>Eldar Abusalimov3-3/+13
2018-01-16Mark register unavailable when PTRACE_PEEKUSER failsYao Qi2-1/+11
2018-01-08Fix GDBserver build failure when $development is falseYao Qi5-3/+22
2018-01-07Make parse_debug_format_options return an std::stringSimon Marchi2-11/+15
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves2-1/+7
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