aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Set GDB version number to 7.10.gdb-7.10-releaseJoel Brobecker2-1/+5
2015-08-28gdb/NEWS: Rename "Changes since GDB 7.9" into "Changes in GDB 7.10"Joel Brobecker2-1/+5
2015-08-25signal_command: Leftover cleanup chain regressionJan Kratochvil2-0/+6
2015-08-25ASAN attach crash - 7.9 regressionJan Kratochvil2-3/+13
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves9-21/+144
2015-08-21Make remote file transfers interruptibleGary Benson2-0/+6
2015-08-21Warn when accessing binaries from remote targetsGary Benson9-24/+97
2015-08-21Fix stale cleanup left by linux_mntns_access_fsGary Benson2-1/+6
2015-08-21Add readahead cache to gdb's vFile:preadPedro Alves2-4/+149
2015-08-21procfs.c: Include "filestuff.h"Marcin Cieslak2-0/+6
2015-08-19Prelimit number of bytes to read in "vFile:pread:"Gary Benson2-0/+17
2015-08-18Fix mis-parsing of hex register numbers in 'T' stop repliesSandra Loosemore2-12/+30
2015-08-18PR record/18691: Fix fails in solib-precsave.expYao Qi4-4/+16
2015-08-13gdb.base/dso2dso.exp: Improve testcase documentation.Joel Brobecker2-4/+14
2015-08-13gdb.base/dso2dso.exp sometimes brokenKeith Seitz2-1/+6
2015-08-13[amd64] Invalid return address after displaced steppingJoel Brobecker9-1/+201
2015-08-12[regression] Do not read from catchpoint/watchpoint locations' addresses when...Luis Machado2-5/+18
2015-08-10PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans4-5/+129
2015-08-06PR python/17136Clem Dickey2-1/+6
2015-08-06gdbserver: move_out_of_jump_pad_callback misses switching current threadPedro Alves2-0/+12
2015-08-06Fix gdbserver --debug issues caught by ValgrindPedro Alves4-10/+24
2015-08-06gdbserver: Fix non-stop / fork / step-over issuesPedro Alves7-30/+486
2015-08-06Linux gdbserver confused when event randomization picks process exit eventPedro Alves3-35/+54
2015-08-06Linux gdbserver fork event debug outputPedro Alves2-7/+15
2015-08-05stepping is disturbed by setjmp/longjmp | try/catch in other threadsPedro Alves5-4/+193
2015-07-30remote follow fork and spurious child stops in non-stop modePedro Alves3-0/+39
2015-07-30PR threads/18600: Inferiors left around after fork+thread spawnPedro Alves4-0/+30
2015-07-30PR threads/18600: Threads left stopped after fork+thread spawnPedro Alves5-56/+243
2015-07-20Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.Doug Evans2-1/+7
2015-07-16stabs.texinfo: @include gdb-cfg.texi.Doug Evans2-0/+8
2015-07-14gdbserver/Linux: internal error when killing a process that is already gonePedro Alves2-1/+9
2015-07-14record: set stop_pc in "record goto" commandMarkus Metzger5-6/+63
2015-07-14btrace: fix build fail with 32-bit BFDMarkus Metzger2-2/+6
2015-07-10Fix testsuite regression by: Do not skip prologue for asm (.S) filesJan Kratochvil3-1/+12
2015-07-08gdb/doc: Update 'frame' command documentation.Andrew Burgess2-13/+10
2015-07-08compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil5-35/+60
2015-07-08PR18617 - Incorrect expression bytecode generated for narrowing conversionsRobert O'Callahan4-1/+13
2015-07-06Bump GDB version number to 7.9.90.DATE-cvs.Joel Brobecker2-1/+5
2015-07-06Document the GDB 7.9.90 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-07-06Set GDB version number to 7.9.90.Joel Brobecker2-1/+5
2015-07-06Bump version to 7.9.90.DATE-cvs.Joel Brobecker2-1/+6
2015-07-06Fix problems with finishing a dummy function call on simulators.gdb-7.10-branchpointLuis Machado2-10/+8
2015-07-06gdb/doc: Fix incorrect use of @xref.Andrew Burgess2-1/+5
2015-07-06gdb/tui: Don't cast between window types.Andrew Burgess2-2/+6
2015-07-06search_struct_field: remove OFFSET parameterSimon Marchi2-12/+18
2015-07-06Cleanup value_fetch_lazy's comment and return valueSimon Marchi3-13/+12
2015-07-06gdb: tui_win_name: Make parameter and result const.Andrew Burgess3-4/+11
2015-07-06Don't throw an error in "show mpx bound" implementationPatrick Palka2-5/+20
2015-07-02Add support for backtracing through Renesas RX exception frames.Kevin Buettner2-21/+265
2015-07-02rx: Create and use flags types for psw, bpsw, and fpsw registers.Kevin Buettner2-0/+61