summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sim: drop -DTRACE from configureMike Frysinger2015-06-1255-84/+193
* sim: msp430: use new common trace print helpersMike Frysinger2015-06-122-109/+69
* Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay2015-06-126-2/+155
* sim: moxie: use new common trace definesMike Frysinger2015-06-122-4/+14
* sim: trace: add common macros for logging infoMike Frysinger2015-06-128-37/+74
* sim: mips: switch to common WITH_TRACE_ANY_PMike Frysinger2015-06-124-30/+36
* sim: trace: add WITH_TRACE_ANY_P helperMike Frysinger2015-06-124-8/+19
* sim: moxie: rename TRACE to MOXIE_TRACE_INSNMike Frysinger2015-06-122-73/+79
* Add new ld option: --print-memory-usageTristan Gingold2015-06-1220-0/+226
* sim: cgen: namespace custom trace functionsMike Frysinger2015-06-1243-7039/+7143
* Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi2015-06-124-2/+17
* Automatic date update in version.inGDB Administrator2015-06-121-1/+1
* tc-hppa.c: Speed up search for last labelJohn David Anglin2015-06-112-50/+28
* Fix gold build error at -O0.Cary Coutant2015-06-112-2/+12
* Fix bug where SECTIONS clause does not handle compressed debug sections.Cary Coutant2015-06-114-12/+33
* Fix broken gold/testsuite/script_test_12 in some setup.Jing Yu2015-06-113-0/+13
* sim: msp430: delete unused trace macrosMike Frysinger2015-06-112-48/+6
* sim: trace: centralize the system tracingMike Frysinger2015-06-114-17/+14
* sim: trace: add STRACE_xxx_P macrosMike Frysinger2015-06-112-0/+21
* sim: trace: use existing defines for the useful maskMike Frysinger2015-06-112-4/+5
* sim: trace: create a common WITH_TRACE_P macroMike Frysinger2015-06-112-19/+28
* sim: frv: drop custom debug maskMike Frysinger2015-06-112-5/+4
* sim: m68hc11: delete unused interrupt_namesMike Frysinger2015-06-112-8/+4
* sim: m68hc11: switch to common sim_resumeMike Frysinger2015-06-113-77/+7
* sim: mn10300: delete unused memory codeMike Frysinger2015-06-114-62/+19
* Use pulongest for printing ssize_tGary Benson2015-06-112-4/+10
* Fix ARI new warnings introduced in i386-tdep.c.Walfred Tedeschi2015-06-112-2/+7
* sim: mn10300: add missing static markingsMike Frysinger2015-06-112-2/+6
* sim: mn10300: delete unused exception/exited/debug stateMike Frysinger2015-06-114-22/+11
* sim: mn10300: use common size typesMike Frysinger2015-06-112-29/+12
* sim: m68hc11/mn10300/v850: delete redundant INLINE definesMike Frysinger2015-06-117-32/+13
* sim: microblaze: switch to common sim_resume/sim_stop_reasonMike Frysinger2015-06-114-28/+27
* Fix ARI warning in linux-namespaces.cGary Benson2015-06-112-1/+6
* [GOLD] Fix handling of __start/__stop symbolsDavide Italiano2015-06-112-2/+6
* Automatic date update in version.inGDB Administrator2015-06-111-1/+1
* dwarf2read: call dwarf_finish_line when ending a sequenceSimon Marchi2015-06-102-1/+6
* Code cleanup: Use explicit NULL comparisonJan Kratochvil2015-06-102-1/+7
* Patch for erratum-843419 (2 of 2 - fix erratum occurrences).Han Shen2015-06-102-176/+710
* Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil2015-06-104-7/+25
* Announce new container-awareness features for GNU/Linux systemsGary Benson2015-06-102-0/+13
* Implement vFile:setfs in gdbserverGary Benson2015-06-106-4/+117
* Implement multiple-filesystem support for remote targetsGary Benson2015-06-105-0/+100
* Implement mount namespace support for native Linux targetsGary Benson2015-06-105-0/+143
* Add "inferior" argument to some target_fileio functionsGary Benson2015-06-107-88/+179
* Comment and whitespace changesGary Benson2015-06-104-61/+63
* Remove linux_proc_pid_get_nsGary Benson2015-06-104-35/+10
* Introduce nat/linux-namespaces.[ch]Gary Benson2015-06-1031-26/+1205
* Move make_cleanup_close to common codeGary Benson2015-06-105-18/+35
* windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()Jon Turney2015-06-102-2/+10
* windows-nat: Trim a trailing '\n' from OutputDebugString before echoing itJon Turney2015-06-102-1/+12