aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi9-19/+29
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi34-454/+893
2014-02-11Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment.Joel Brobecker2-1/+6
2014-02-11Reformat symfile-debug.c::debug_qf_expand_symtabs_matching parameters.Joel Brobecker2-5/+10
2014-02-10Add Doxygen support to GDBStan Shebs9-0/+371
2014-02-10Avoid killing all processes.Mark Kettenis2-0/+8
2014-02-10gdb/elfread.c: Enable ifunc support on ARM.Will Newton2-1/+18
2014-02-10Add gdbarch_in_function_epilogue_p hook for sparc64.Jose E. Marchesi4-0/+39
2014-02-10Fix compile errorGary Benson2-2/+7
2014-02-10Update debug_qf_expand_symtabs_matching to use typedefs.Gary Benson2-3/+8
2014-02-10[Ada] Make the symbol cache per-program-space.Joel Brobecker2-40/+154
2014-02-10[Ada] Rename some observer callbacks in ada-tasks.cJoel Brobecker2-4/+12
2014-02-10Wrong type for 'Length result.Joel Brobecker7-5/+155
2014-02-10Add missing call to obstack_init for ada-lang.c::cache_spaceJoel Brobecker2-0/+6
2014-02-10[Ada] Add a symbol lookup cacheJoel Brobecker2-3/+143
2014-02-10struct block parameter constification in ada-lang.cJoel Brobecker2-10/+16
2014-02-09Add Guile as an extension language.Doug Evans114-28/+27862
2014-02-10Fix PR16543Yao Qi4-2/+25
2014-02-09Revert Makefile.in patch to remove all-lib.Doug Evans2-1/+12
2014-02-09Fix Python stack corruptionJan Kratochvil2-2/+8
2014-02-08A phony target should not be a prerequisite of a real target fileMark Kettenis2-3/+6
2014-02-08Fix typo in test nameAndreas Schwab2-1/+5
2014-02-08Test no =breakpoint-modified is emitted for modifications from MI commandsYao Qi2-0/+23
2014-02-07add forgotten entry in previous checkinDoug Evans1-0/+1
2014-02-07 * extension-priv.h (extension_language_script_ops): Add comment.Doug Evans2-3/+14
2014-02-07Make sure we don't resume the stepped thread by accident.Pedro Alves5-1/+281
2014-02-07Fix gdb.threads/stepi-random-signal.exp on software single-step targets.Pedro Alves2-0/+9
2014-02-07Return early in target_xfer_partial when LEN is zero.Yao Qi2-0/+8
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