summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Add missing new files from these previous commits:Pedro Alves2013-09-057-0/+462
* [gdbserver] Split a new hostio.h file out of server.h.Pedro Alves2013-09-058-6/+14
* [gdbserver] Split a new event-loop.h file out of server.h.Pedro Alves2013-09-052-14/+9
* [gdbserver] Split a new dll.h file out of server.h.Pedro Alves2013-09-057-16/+14
* [gdbserver] Split a new inferiors.h file out of server.h.Pedro Alves2013-09-054-95/+17
* [gdbserver] Move bytecode compilation bits from server.h to ax.h.Pedro Alves2013-09-054-56/+64
* [gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves2013-09-058-112/+30
* [gdbserver] Split a new utils.h file out of server.h.Pedro Alves2013-09-052-11/+8
* [gdbserver] Split a new remote-utils.h file out of server.h.Pedro Alves2013-09-052-64/+19
* [gdbserver] Delete _ macro (gettext).Pedro Alves2013-09-052-6/+4
* [gdbserver] Fix trace-buffer-size.exp FAILs.Pedro Alves2013-09-022-4/+20
* * win32-low.c (child_xfer_memory): Check if ReadProcessMemoryPierre Muller2013-09-022-6/+21
* server.c:gdb_read_memory: Fix error return.Pedro Alves2013-09-022-1/+6
* PR server/15604Jan Kratochvil2013-08-285-0/+24
* Unify ptrace options discovery code and make both GDB andLuis Machado2013-08-225-295/+74
* Renegerate gdbserver/config.in.Pedro Alves2013-08-212-0/+7
* Fix whitespace.Pedro Alves2013-08-211-11/+11
* gdb/Luis Machado2013-08-193-6/+25
* * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPELuis Machado2013-08-144-58/+68
* gdb/gdbserver/qiyao2013-07-274-1/+394
* gdb/qiyao2013-07-272-8/+6
* gdb/Luis Machado2013-07-245-121/+38
* gdb/qiyao2013-07-044-23/+44
* On mainline/development, also link GDBserver with -lmcheck.Pedro Alves2013-07-035-1/+92
* gdbserver, win32: fix some function typedefsmgherzan2013-07-022-4/+12
* gdbserver: avoid empty structsmgherzan2013-07-022-0/+7
* [GDBserver] hostio.c: Fallback to packet buffer size if PATH_MAX is not avail...Pedro Alves2013-07-012-4/+18
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-014-6/+15
* Rely on gnulib's unistd.h replacement.Pedro Alves2013-07-017-10/+12
* move version.in from gdb/common back to gdbTom Tromey2013-06-282-1/+6
* gdbserver: fix the standalone buildmgherzan2013-06-284-1/+28
* Fix trace status to output username without trailing colon.ddk2013-06-262-1/+6
* Fix trace-status to output proper start-time and stop-time.ddk2013-06-262-1/+8
* gdb/qiyao2013-06-262-0/+12
* don't keep a gdb-specific dateTom Tromey2013-06-244-15/+15
* [GDBserver] Fix gdb.threads/siginfo-threads.exp, gdb.base/siginfo-obj.exp reg...Pedro Alves2013-06-122-3/+11
* Lazily allocate 'struct regsets_info'::disabled_regsets.Pedro Alves2013-06-113-14/+39
* Fix regression from multi-arch patch.Pedro Alves2013-06-112-1/+6
* [GDBserver] Initialize the x32 avx target description.Pedro Alves2013-06-112-0/+6
* gdb/gdbserver/Jan Kratochvil2013-06-092-34/+49
* Mention PR server/14823 in ChangeLogs.Pedro Alves2013-06-071-0/+1
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-0749-701/+2316
* Add PR number to this entry:Doug Evans2013-06-061-0/+1
* 2013-06-04 Gary Benson <gbenson@redhat.com>gary2013-06-043-100/+131
* * linux-x86-low.c (ps_get_thread_area): Properly extend address toDoug Evans2013-05-312-1/+7
* [GDBserver][AArch64] Remove references to aarch64-without-fpu.xml.Pedro Alves2013-05-284-8/+11
* [gdbserver] Don't assume vCont;r ADDR1,ADDR2 comes with a ptid attached.Pedro Alves2013-05-242-8/+13
* range stepping: gdbserver (x86 GNU/Linux)Pedro Alves2013-05-236-12/+132
* [gdbserver/lynx178]: Fix null_ptid -vs- minus_one_ptid confusion in commentJoel Brobecker2013-05-172-5/+10
* gdbserver/lynx178: spurious SIG61 signal when resuming inferior.Joel Brobecker2013-05-172-13/+60