summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Fix GDB build under msys+mingw gcc 32bitYuanhui Zhang2017-10-062-0/+5
* Extend "set cwd" to work on gdbserverSergio Durigan Junior2017-10-044-4/+70
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-042-0/+17
* Introduce gdb_tilde_expandSergio Durigan Junior2017-10-042-0/+7
* nto & lynx x86: call init_target_descSimon Marchi2017-10-023-2/+17
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-299-45/+57
* gdbserver/libthread_db: Don't ignore memory reading failuresPedro Alves2017-09-292-1/+7
* Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.expPedro Alves2017-09-294-5/+26
* Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior2017-09-265-4/+15
* S390: Add guarded-storage register support to gdbserverAndreas Arnez2017-09-254-2/+103
* gdbserver x86 on win32: call init_target_descSimon Marchi2017-09-222-2/+13
* Add thread_handle_to_thread_info support for remote targetsKevin Buettner2017-09-216-0/+76
* Add thread_db_notice_clone to gdbserverKevin Buettner2017-09-214-0/+30
* gdbserver: Remove traces of ancient Hc handlingPedro Alves2017-09-214-16/+20
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-202-3/+33
* Refactor handle_qxfer_libraries and friends to use std::stringSimon Marchi2017-09-162-55/+19
* Make xml_escape_text return an std::stringSimon Marchi2017-09-163-8/+10
* Add selftests run filteringSimon Marchi2017-09-163-3/+16
* Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)Sergio Durigan Junior2017-09-154-45/+52
* gdbserver: Remove thread_to_gdb_idSimon Marchi2017-09-156-40/+30
* gdbserver: Remove gdb_id_to_thread_idSimon Marchi2017-09-154-28/+16
* gdbserver: Move detach code to its own functionSimon Marchi2017-09-152-90/+101
* Deduplicate require_running macros and move them upSimon Marchi2017-09-152-36/+41
* linux-low: Remove unused variablesSimon Marchi2017-09-152-1/+5
* gdbserver: Remove duplicate functions to find any thread of processSimon Marchi2017-09-156-70/+24
* Fix build breakage on GNU/Linux AArch64, take 2Sergio Durigan Junior2017-09-102-4/+11
* Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior2017-09-103-3/+9
* Convert the rest x86 target descriptionsYao Qi2017-09-056-42/+45
* [GDBserver] Shorten srv_amd64_linux_xmlfilesYao Qi2017-09-052-1/+6
* [GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi2017-09-052-9/+10
* Convert amd64-linux target descriptionsYao Qi2017-09-058-167/+268
* [GDBserver] Shorten srv_i386_linux_xmlfilesYao Qi2017-09-052-1/+6
* [GDBserver] Use pre-generated tdesc as testYao Qi2017-09-056-87/+114
* Share i386-linux target description between GDB and GDBserverYao Qi2017-09-056-40/+37
* Dynamically composite xml in reply to GDBYao Qi2017-09-055-28/+121
* [GDBserver] unit test to i386_tdescYao Qi2017-09-053-1/+86
* [GDBserver] Centralize tdesc for i386-linuxYao Qi2017-09-058-103/+366
* Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi2017-09-052-1/+7
* Use VEC for target_desc.reg_defsYao Qi2017-09-055-26/+50
* gdbserver Makefile: don't delete intermediary filesSimon Marchi2017-09-042-0/+7
* Make target_waitstatus_to_string return an std::stringSimon Marchi2017-09-033-8/+10
* Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2017-08-312-1/+71
* gdbserver: Rename some functions, thread -> inferiorSimon Marchi2017-08-257-22/+48
* Remove unused function set_inferior_target_dataSimon Marchi2017-08-243-7/+5
* GDBserver self testsYao Qi2017-08-186-2/+49
* Clean up x86 non-linux GDBserver target descriptionsYao Qi2017-08-092-4/+18
* Remove x32 non-linux target descriptionsYao Qi2017-08-092-2/+9
* Unbreak GDBserver build for x32Yao Qi2017-08-042-3/+4
* Add enum for result of fast_tracepoint_collectingSimon Marchi2017-07-265-44/+91
* Re-indent the codeYao Qi2017-07-102-1/+5