aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-12sim: update configure.in->configure.ac docsMike Frysinger62-40/+162
2015-06-12ppc64: Handle short vectors as function return typesUlrich Weigand2-2/+35
2015-06-12sim: drop -DTRACE from configureMike Frysinger55-84/+193
2015-06-12sim: msp430: use new common trace print helpersMike Frysinger2-109/+69
2015-06-12Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay6-2/+155
2015-06-12sim: moxie: use new common trace definesMike Frysinger2-4/+14
2015-06-12sim: trace: add common macros for logging infoMike Frysinger8-37/+74
2015-06-12sim: mips: switch to common WITH_TRACE_ANY_PMike Frysinger4-30/+36
2015-06-12sim: trace: add WITH_TRACE_ANY_P helperMike Frysinger4-8/+19
2015-06-12sim: moxie: rename TRACE to MOXIE_TRACE_INSNMike Frysinger2-73/+79
2015-06-12Add new ld option: --print-memory-usageTristan Gingold20-0/+226
2015-06-12sim: cgen: namespace custom trace functionsMike Frysinger43-7039/+7143
2015-06-12Fix broken GDB build after adding Bound table support for i386.Walfred Tedeschi4-2/+17
2015-06-12Automatic date update in version.inGDB Administrator1-1/+1
2015-06-11tc-hppa.c: Speed up search for last labelJohn David Anglin2-50/+28
2015-06-11Fix gold build error at -O0.Cary Coutant2-2/+12
2015-06-11Fix bug where SECTIONS clause does not handle compressed debug sections.Cary Coutant4-12/+33
2015-06-11Fix broken gold/testsuite/script_test_12 in some setup.Jing Yu3-0/+13
2015-06-11sim: msp430: delete unused trace macrosMike Frysinger2-48/+6
2015-06-11sim: trace: centralize the system tracingMike Frysinger4-17/+14
2015-06-11sim: trace: add STRACE_xxx_P macrosMike Frysinger2-0/+21
2015-06-11sim: trace: use existing defines for the useful maskMike Frysinger2-4/+5
2015-06-11sim: trace: create a common WITH_TRACE_P macroMike Frysinger2-19/+28
2015-06-11sim: frv: drop custom debug maskMike Frysinger2-5/+4
2015-06-11sim: m68hc11: delete unused interrupt_namesMike Frysinger2-8/+4
2015-06-11sim: m68hc11: switch to common sim_resumeMike Frysinger3-77/+7
2015-06-11sim: mn10300: delete unused memory codeMike Frysinger4-62/+19
2015-06-11Use pulongest for printing ssize_tGary Benson2-4/+10
2015-06-11Fix ARI new warnings introduced in i386-tdep.c.Walfred Tedeschi2-2/+7
2015-06-11sim: mn10300: add missing static markingsMike Frysinger2-2/+6
2015-06-11sim: mn10300: delete unused exception/exited/debug stateMike Frysinger4-22/+11
2015-06-11sim: mn10300: use common size typesMike Frysinger2-29/+12
2015-06-11sim: m68hc11/mn10300/v850: delete redundant INLINE definesMike Frysinger7-32/+13
2015-06-11sim: microblaze: switch to common sim_resume/sim_stop_reasonMike Frysinger4-28/+27
2015-06-11Fix ARI warning in linux-namespaces.cGary Benson2-1/+6
2015-06-11[GOLD] Fix handling of __start/__stop symbolsDavide Italiano2-2/+6
2015-06-11Automatic date update in version.inGDB Administrator1-1/+1
2015-06-10dwarf2read: call dwarf_finish_line when ending a sequenceSimon Marchi2-1/+6
2015-06-10Code cleanup: Use explicit NULL comparisonJan Kratochvil2-1/+7
2015-06-10Patch for erratum-843419 (2 of 2 - fix erratum occurrences).Han Shen2-176/+710
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil4-7/+25
2015-06-10Announce new container-awareness features for GNU/Linux systemsGary Benson2-0/+13
2015-06-10Implement vFile:setfs in gdbserverGary Benson6-4/+117
2015-06-10Implement multiple-filesystem support for remote targetsGary Benson5-0/+100
2015-06-10Implement mount namespace support for native Linux targetsGary Benson5-0/+143
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson7-88/+179
2015-06-10Comment and whitespace changesGary Benson4-61/+63
2015-06-10Remove linux_proc_pid_get_nsGary Benson4-35/+10
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson31-26/+1205
2015-06-10Move make_cleanup_close to common codeGary Benson5-18/+35