aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Mention PR breakpoints/16292 in corresponding ChangeLog entry.Pedro Alves1-0/+1
2014-02-26bsd-uthread.c: Don't install a to_xfer_partial methodPedro Alves2-16/+6
2014-02-26eliminate target_ops->deprecated_xfer_memoryPedro Alves3-148/+12
2014-02-26go32-nat.c: Don't install a deprecated_xfer_memory methodPedro Alves2-20/+63
2014-02-26nto-procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves2-24/+42
2014-02-26remote-m32r-sdi.c: Don't install a deprecated_xfer_memory methodPedro Alves2-18/+50
2014-02-26remote-mips.c: Don't install a deprecated_xfer_memory methodPedro Alves2-24/+49
2014-02-26DWARF: Add array DW_AT_bit_stride and DW_AT_byte_stride supportJoel Brobecker7-6/+187
2014-02-26Multiple Ada task-specific breakpoints at the same address.Pedro Alves4-8/+41
2014-02-25Re-implement ia64-linux-nat.c::ia64_linux_xfer_partialPedro Alves2-12/+28
2014-02-25Annotate comments for Doxygen.Stan Shebs2-64/+72
2014-02-25PR gdb/16626Jan Kratochvil2-2/+5
2014-02-25remove target_ignoreTom Tromey3-10/+5
2014-02-25PR gdb/16626Jan Kratochvil6-3/+96
2014-02-25Fix dw2-icycle.exp -fsanitize=address GDB crash.Jan Kratochvil2-10/+5
2014-02-25Adjust ia64_linux_xfer_partial following to_xfer_partial API change.Joel Brobecker2-5/+29
2014-02-25Fix a format issue of ChangeLog.Hui Zhu1-1/+1
2014-02-252014-02-25 Hui Zhu <hui@codesourcery.com>Hui Zhu2-1/+6
2014-02-25Use 16-bit integer type for rl78 register pairs.Kevin Buettner2-6/+82
2014-02-24 * value.c (record_latest_value): Fix comment.Doug Evans3-15/+11
2014-02-24lib/gdb.exp (run_on_host): Log error output if program fails.Doug Evans2-0/+5
2014-02-24procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves2-46/+36
2014-02-24Fix a GDB assert failure on windowsYuanhui Zhang2-1/+7
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi8-18/+32
2014-02-24Tweak target_xfer_status_to_stringYao Qi3-5/+14
2014-02-24Unbreak mips native buildYao Qi2-2/+7
2014-02-24Remove TARGET_XFER_STATUS_ERROR_PYao Qi4-13/+11
2014-02-23Revert previous tweaksYao Qi3-18/+20
2014-02-23Adjust read_value_memory to use to_xfer_partialYao Qi4-85/+38
2014-02-23Use new to_xfer_partial interface in ctf and tfile targetYao Qi5-4/+85
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi6-76/+67
2014-02-23Let tracefile has_memory and has_all_memory.Yao Qi3-14/+29
2014-02-23Share some code between ctf and tfile target.Yao Qi5-82/+77
2014-02-23Move tfile target to tracefile-tfile.cYao Qi3-815/+854
2014-02-23Move trace file writer out of tracepoint.cYao Qi8-777/+874
2014-02-21Fix crash on process name "(sd-pam)" (PR 16594).Jan Kratochvil3-17/+27
2014-02-21Fix length arg in call to breakpoint_xfer_memory.Andreas Krebbel2-1/+6
2014-02-21Rename test.Pedro Alves3-0/+8
2014-02-20Fix for PR tdep/16397: SystemTap SDT probe support for x86 doesn't work with ...Sergio Durigan Junior8-1/+281
2014-02-20Add single sentence description to top of entry of previous commit.Doug Evans1-0/+1
2014-02-20mark *_varobj_ops as "extern"Tom Tromey2-4/+9
2014-02-20Remove all_lwps global.Doug Evans11-292/+459
2014-02-20minor cleanup in dbxread.cTom Tromey2-2/+4
2014-02-20* inferiors.c (get_first_inferior): Fix buglet.Doug Evans2-2/+6
2014-02-20Simplify .section in dw2-icycle.SJoel Brobecker2-2/+7
2014-02-20Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans8-22/+28
2014-02-20fix whitespace in previous commitDoug Evans1-0/+1
2014-02-20Fix PR symtab/16581Doug Evans6-2/+376
2014-02-20windows-nat.c: Bring comment back regarding handling of DLL load events.Joel Brobecker2-1/+29
2014-02-20Simplify windows-nat.c::get_module_nameJoel Brobecker2-74/+63