aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi23-71/+105
2014-02-07core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGESTYao Qi7-22/+41
2014-02-07Tweak in memory_errorYao Qi2-3/+9
2014-02-06Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.Jan Kratochvil2-1/+6
2014-02-06indentation fixlet in gdbserver/Makefile.in.Tom Tromey2-1/+5
2014-02-05fix copyright year in new files in previous checkinDoug Evans4-4/+4
2014-02-05Extension Language APIDoug Evans36-723/+2290
2014-02-06Document the GDB 7.7 release in gdb/ChangeLogJoel Brobecker1-0/+4
2014-02-05Keep current_inferior in sync with event_child.Doug Evans2-1/+9
2014-02-05Avoid bison-isms when using yacc.Mark Kettenis2-0/+11
2014-02-05Use rs->buf after getpktYao Qi2-6/+8
2014-02-05Create inferior for ctf target.Yao Qi4-1/+44
2014-02-05Create inferior for tfile targetYao Qi4-3/+41
2014-02-04Call remote_check_symbols even if only symbol-file (not file) has been givenChristian Eggers2-1/+6
2014-02-04PowerPC64 ELFv2 ABI: skip global entry point codeUlrich Weigand10-2/+156
2014-02-04PowerPC64 ELFv2 ABI: structure passing / returnUlrich Weigand2-0/+251
2014-02-04PowerPC64 ELFv2 ABI: stack frame layout changesUlrich Weigand2-3/+12
2014-02-04PowerPC64 ELFv2 ABI: no function descriptorsUlrich Weigand3-26/+48
2014-02-04PowerPC64 ELFv2 ABI: base supportUlrich Weigand3-0/+54
2014-02-04PowerPC64 little-endian fixes: 128-bit DFP parameters / registersUlrich Weigand5-11/+27
2014-02-04PowerPC64 little-endian fixes: 32-bit DFP parametersUlrich Weigand2-2/+14
2014-02-04PowerPC64 little-endian fixes: VSX tests and pseudo-regsUlrich Weigand4-10/+52
2014-02-04PowerPC64 little-endian fixes: AltiVec testsUlrich Weigand2-7/+11
2014-02-04PowerPC64 little-endian fixes: structure passingUlrich Weigand2-1/+7
2014-02-04Refactor ppc64 function call and return value handlingUlrich Weigand2-694/+503
2014-02-04Document support for powerpc64le-*-linux* targetUlrich Weigand2-0/+7
2014-02-04Add support for ELF core files on OpenBSD/sparc64.Mark Kettenis2-10/+51
2014-02-03Update mn10300 dwarf register mapKevin Buettner2-7/+28
2014-02-03Fix build on recent versions of OpenBSD.Mark Kettenis2-0/+5
2014-02-03Fix build on OpenBSD/sparc64.Mark Kettenis2-1/+6
2014-01-31Delete ada-lang.h::clear_ada_sym_cache (nonexistant function).Joel Brobecker2-2/+4
2014-01-30Add support for AT_HWCAP2 auxv entryUlrich Weigand2-0/+5
2014-01-29This changeset makes sparc64_linux_step_trap to return 0 when aJose E. Marchesi6-2/+101
2014-01-29Minor reformatting in valops.c::value_sliceJoel Brobecker2-21/+26
2014-01-28Fix info-shared.exp testcase to expect the leading `.' found on ppc64's symbols.Edjunior Barbosa Machado2-10/+14
2014-01-28Fix typo in ppc64_standard_linkage7Ulrich Weigand2-1/+5
2014-01-28New Ada maintenance command to ignore descriptive types (DWARF).Joel Brobecker5-0/+108
2014-01-27btrace: initiate teardown when closing record btrace targetMarkus Metzger2-1/+11
2014-01-27ada-lang.c: Really include "ui-out.h".Joel Brobecker2-2/+5
2014-01-27Try printing array range using the name of its index typeJoel Brobecker7-9/+172
2014-01-27Remove unncessary function declarations in ada-typeprint.c.Joel Brobecker2-18/+7
2014-01-27Add missing empty line after declaration in ada-typeprint.c:print_range.Joel Brobecker2-0/+6
2014-01-27[Ada] Array bound incorrectly printed for array indexed by enum subrangeJoel Brobecker2-1/+6
2014-01-27Remove assert in procfs.c::procfs_make_note_section (x86-solaris)Joel Brobecker2-3/+5
2014-01-24Change len's type to ULONGEST: remote_read_bytes and get_core_siginfoYao Qi3-3/+8
2014-01-24Change len's type to ULONGEST: remote_write_bytes_auxYao Qi2-3/+9
2014-01-23avoid python exception in FrameDecorator.pyTom Tromey2-2/+17
2014-01-23fix erroneous error-handling in frame filter codeTom Tromey5-3/+47
2014-01-23fix crash in frame filtersTom Tromey5-7/+23
2014-01-23Use gdb_byte * instead of void *Yao Qi2-4/+10