summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Support rthreads on OpenBSD 5.2 and later.Mark Kettenis2014-02-284-2/+219
* constify ui_out_implTom Tromey2014-02-286-13/+17
* Prevent compiler warning.Mark Kettenis2014-02-272-1/+5
* StackGhost cookie is per-process.Mark Kettenis2014-02-272-5/+5
* Additional PR 8882 fix.Jan Kratochvil2014-02-272-4/+8
* Linux waitpid/__WALL emulation wrapper: If WNOHANG is set, don't touch sigpro...Pedro Alves2014-02-272-8/+18
* Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves2014-02-274-352/+568
* Move linux-nat.c:status_to_str to nat/linux-waitpid.c.Pedro Alves2014-02-274-25/+40
* Move ptid_match to common/ptid.c.Hui Zhu2014-02-275-24/+32
* Call common OpenBSD ABI init code on OpenBSD/mips64.Mark Kettenis2014-02-273-1/+10
* Add gdbarch auxv parsing for OpenBSD.Mark Kettenis2014-02-272-1/+32
* Add auxv parsing to the architecture vector.Mark Kettenis2014-02-275-0/+61
* guile: Add 'history-append!' procedure.Ludovic Courtès2014-02-266-0/+56
* gdbserver/Windows: Rely purely on event info when handling DLL load eventJoel Brobecker2014-02-262-168/+18
* windows: Factorize handling of DLL load address offsetJoel Brobecker2014-02-262-12/+22
* gdbserver/windows: Ignore DLL load/unload events during child initialization.Joel Brobecker2014-02-262-46/+61
* DWARF: Read constant-class addresses correctlyJoel Brobecker2014-02-269-28/+491
* make "file" use the BFD cache betterTom Tromey2014-02-262-4/+16
* add short-circuit logic to elfread.cTom Tromey2014-02-265-13/+41
* split out elf_read_minimal_symbolsTom Tromey2014-02-262-31/+48
* move minimal symbols to per-bfdTom Tromey2014-02-266-75/+120
* change minsyms not to be relocated at read-timeTom Tromey2014-02-2614-139/+67
* start change to progspace independenceTom Tromey2014-02-2671-223/+383
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-2663-375/+484
* make MSYMBOL_VALUE_ADDRESS an rvalueTom Tromey2014-02-265-5/+18
* change minsym representationTom Tromey2014-02-2683-331/+537
* introduce minimal_symbol_upper_boundTom Tromey2014-02-265-51/+83
* [Python] Make regexp collection printers work with typedefs as well.Joel Brobecker2014-02-266-0/+121
* Add comment in dwarf2read.c::read_subrange_typeJoel Brobecker2014-02-262-0/+11
* DWARF: Set enum type "flag_enum" and "unsigned" flags at type creation.Joel Brobecker2014-02-265-16/+197
* Mention PR breakpoints/16292 in corresponding ChangeLog entry.Pedro Alves2014-02-261-0/+1
* bsd-uthread.c: Don't install a to_xfer_partial methodPedro Alves2014-02-262-16/+6
* eliminate target_ops->deprecated_xfer_memoryPedro Alves2014-02-263-148/+12
* go32-nat.c: Don't install a deprecated_xfer_memory methodPedro Alves2014-02-262-20/+63
* nto-procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves2014-02-262-24/+42
* remote-m32r-sdi.c: Don't install a deprecated_xfer_memory methodPedro Alves2014-02-262-18/+50
* remote-mips.c: Don't install a deprecated_xfer_memory methodPedro Alves2014-02-262-24/+49
* DWARF: Add array DW_AT_bit_stride and DW_AT_byte_stride supportJoel Brobecker2014-02-267-6/+187
* Multiple Ada task-specific breakpoints at the same address.Pedro Alves2014-02-264-8/+41
* Re-implement ia64-linux-nat.c::ia64_linux_xfer_partialPedro Alves2014-02-252-12/+28
* Annotate comments for Doxygen.Stan Shebs2014-02-252-64/+72
* PR gdb/16626Jan Kratochvil2014-02-252-2/+5
* remove target_ignoreTom Tromey2014-02-253-10/+5
* PR gdb/16626Jan Kratochvil2014-02-256-3/+96
* Fix dw2-icycle.exp -fsanitize=address GDB crash.Jan Kratochvil2014-02-252-10/+5
* Adjust ia64_linux_xfer_partial following to_xfer_partial API change.Joel Brobecker2014-02-252-5/+29
* Fix a format issue of ChangeLog.Hui Zhu2014-02-251-1/+1
* 2014-02-25 Hui Zhu <hui@codesourcery.com>Hui Zhu2014-02-252-1/+6
* Use 16-bit integer type for rl78 register pairs.Kevin Buettner2014-02-252-6/+82
* * value.c (record_latest_value): Fix comment.Doug Evans2014-02-243-15/+11