aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves4-352/+568
2014-02-27Move linux-nat.c:status_to_str to nat/linux-waitpid.c.Pedro Alves4-25/+40
2014-02-27Move ptid_match to common/ptid.c.Hui Zhu5-24/+32
2014-02-27Call common OpenBSD ABI init code on OpenBSD/mips64.Mark Kettenis3-1/+10
2014-02-27Add gdbarch auxv parsing for OpenBSD.Mark Kettenis2-1/+32
2014-02-27Add auxv parsing to the architecture vector.Mark Kettenis5-0/+61
2014-02-26guile: Add 'history-append!' procedure.Ludovic Courtès6-0/+56
2014-02-26gdbserver/Windows: Rely purely on event info when handling DLL load eventJoel Brobecker2-168/+18
2014-02-26windows: Factorize handling of DLL load address offsetJoel Brobecker2-12/+22
2014-02-26gdbserver/windows: Ignore DLL load/unload events during child initialization.Joel Brobecker2-46/+61
2014-02-26DWARF: Read constant-class addresses correctlyJoel Brobecker9-28/+491
2014-02-26make "file" use the BFD cache betterTom Tromey2-4/+16
2014-02-26add short-circuit logic to elfread.cTom Tromey5-13/+41
2014-02-26split out elf_read_minimal_symbolsTom Tromey2-31/+48
2014-02-26move minimal symbols to per-bfdTom Tromey6-75/+120
2014-02-26change minsyms not to be relocated at read-timeTom Tromey14-139/+67
2014-02-26start change to progspace independenceTom Tromey71-223/+383
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey63-375/+484
2014-02-26make MSYMBOL_VALUE_ADDRESS an rvalueTom Tromey5-5/+18
2014-02-26change minsym representationTom Tromey83-331/+537
2014-02-26introduce minimal_symbol_upper_boundTom Tromey5-51/+83
2014-02-26[Python] Make regexp collection printers work with typedefs as well.Joel Brobecker6-0/+121
2014-02-26Add comment in dwarf2read.c::read_subrange_typeJoel Brobecker2-0/+11
2014-02-26DWARF: Set enum type "flag_enum" and "unsigned" flags at type creation.Joel Brobecker5-16/+197
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