Age | Commit message (Expand) | Author | Files | Lines |
2013-11-29 | Move .debug_gdb_script processing to auto-load.c. | Doug Evans | 5 | -204/+275 |
2013-11-30 | Fix typo "checksm" | Yao Qi | 2 | -1/+5 |
2013-11-30 | daily update | Alan Modra | 1 | -1/+1 |
2013-11-29 | Remove gdb_string.h from gdbarch.sh | Sergio Durigan Junior | 2 | -1/+6 |
2013-11-29 | Remove -lpthread -ldl and add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ | H.J. Lu | 2 | -1/+7 |
2013-11-29 | * python/py-auto-load.c (source_section_scripts): Move comment to | Doug Evans | 2 | -8/+11 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 17 | -106/+126 |
2013-11-29 | Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ | H.J. Lu | 2 | -0/+6 |
2013-11-29 | Add -ldl to POSTSTAGE1_LDFLAGS | H.J. Lu | 2 | -1/+5 |
2013-11-29 | Add -ffat-lto-objects to STAGE[23]_CFLAGS | H.J. Lu | 2 | -2/+8 |
2013-11-29 | Add the missing ChangeLog entry | H.J. Lu | 1 | -0/+4 |
2013-11-29 | UNWIND_NULL_ID is no longer used anywhere. Update comments. | Pedro Alves | 4 | -8/+15 |
2013-11-29 | Plug target side conditions and commands leaks. | Pedro Alves | 3 | -4/+19 |
2013-11-29 | Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORY | Yao Qi | 3 | -32/+49 |
2013-11-29 | daily update | Alan Modra | 1 | -1/+1 |
2013-11-28 | Rename breakpoint_object to gdbpy_breakpoint_object. | Doug Evans | 7 | -50/+61 |
2013-11-28 | fix spelling in previous entry | Doug Evans | 1 | -1/+1 |
2013-11-28 | * configure.ac: Add comments delineating libpython and libmcheck. | Doug Evans | 3 | -0/+21 |
2013-11-28 | Print entirely unavailable struct/union values as a single <unavailable>. | Andrew Burgess | 4 | -23/+41 |
2013-11-28 | get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output. | Pedro Alves | 2 | -1/+38 |
2013-11-28 | get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant. | Pedro Alves | 3 | -18/+13 |
2013-11-28 | get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOST | Pedro Alves | 2 | -6/+11 |
2013-11-28 | register: "optimized out" -> "not saved". | Pedro Alves | 2 | -1/+6 |
2013-11-28 | Fix PR 16152's ChangeLog entry. | Pedro Alves | 1 | -2/+3 |
2013-11-28 | GDB perf test on disassemble | Yao Qi | 4 | -0/+127 |
2013-11-28 | daily update | Alan Modra | 1 | -1/+1 |
2013-11-27 | gdb: fix cygwin check in configure script | Steffen Sledz | 3 | -2/+7 |
2013-11-27 | Fix type of not saved registers. | Pedro Alves | 2 | -1/+13 |
2013-11-27 | Make "set debug frame 1" output print <not saved> instead of <optimized out>. | Pedro Alves | 2 | -3/+10 |
2013-11-27 | Make "set debug frame 1" use the standard print routine for optimized out val... | Andrew Burgess | 3 | -2/+15 |
2013-11-27 | [ld/testsuite/] | Kyrylo Tkachov | 3 | -5/+10 |
2013-11-27 | * gdb.base/callfuncs.c (main): Assign malloc's return value | Luis Machado | 6 | -5/+21 |
2013-11-27 | Improve dump of xdata/pdata on x86_64. | Tristan Gingold | 2 | -264/+303 |
2013-11-27 | binutils/testsuite/ | Richard Sandiford | 7 | -4/+25 |
2013-11-27 | daily update | Alan Modra | 1 | -1/+1 |
2013-11-26 | Fix a typo | H.J. Lu | 1 | -1/+1 |
2013-11-26 | Add HOSTING_SLIBS and use it for -pie | H.J. Lu | 9 | -5/+34 |
2013-11-26 | Tighten regexp in gdb.base/setshow.exp | Andrew Burgess | 2 | -2/+7 |
2013-11-26 | Fix demangler to handle conversion operators correctly. | ccoutant | 4 | -36/+202 |
2013-11-26 | Mark entirely optimized out value as non-lazy. | Andrew Burgess | 2 | -1/+5 |
2013-11-26 | bfd/elfnn-aarch64.c: Handle static links with ifunc correctly. | Will Newton | 6 | -1/+66 |
2013-11-26 | bfd/elfnn-aarch64.c: Fix miscalculation of GOTPLT offset for ifunc syms. | Will Newton | 6 | -1/+58 |
2013-11-26 | revert patch from 2013-11-22 | Tom Tromey | 6 | -291/+11 |
2013-11-26 | Fix PR16193 - gdbserver aborts. | Walfred Tedeschi | 2 | -7/+16 |
2013-11-26 | daily update | Alan Modra | 1 | -1/+1 |
2013-11-25 | PR c++/14819: Explicit class:: inside class scope does not work | Keith Seitz | 8 | -3/+370 |
2013-11-25 | 2013-11-25 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2 | -1/+5 |
2013-11-25 | GDB perf test on backtrace | Yao Qi | 4 | -0/+176 |
2013-11-25 | daily update | Alan Modra | 1 | -1/+1 |
2013-11-24 | Use target_read_code in disassemble. | Yao Qi | 2 | -1/+6 |