Age | Commit message (Expand) | Author | Files | Lines |
2013-11-22 | Make use of the frame stash to detect wider stack cycles. | Pedro Alves | 2 | -63/+100 |
2013-11-22 | Don't let two frames with the same id end up in the frame chain. | Pedro Alves | 6 | -17/+660 |
2013-11-22 | Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ... | Pedro Alves | 2 | -15/+32 |
2013-11-22 | Revert "Don't let two frames with the same id end up in the frame chain." | Pedro Alves | 4 | -646/+17 |
2013-11-22 | Revert "Make use of the frame stash to detect wider stack cycles." | Pedro Alves | 1 | -88/+63 |
2013-11-22 | Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 ... | Pedro Alves | 2 | -32/+15 |
2013-11-22 | Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ... | Pedro Alves | 2 | -15/+32 |
2013-11-22 | Make use of the frame stash to detect wider stack cycles. | Pedro Alves | 1 | -63/+88 |
2013-11-22 | Don't let two frames with the same id end up in the frame chain. | Pedro Alves | 4 | -17/+646 |
2013-11-21 | Move types_deeply_equal from py-type.c to gdbtypes.c. | Doug Evans | 4 | -187/+229 |
2013-11-22 | Check has_more in mi_create_dynamic_varobj | Yao Qi | 3 | -9/+18 |
2013-11-22 | Use mi_create_floating_varobj | Yao Qi | 2 | -2/+7 |
2013-11-21 | Doc 'dynamic' for command -var-list-children | Yao Qi | 2 | -0/+11 |
2013-11-21 | s/see @pxref/@pxref in doc | Yao Qi | 2 | -1/+6 |
2013-11-20 | * linux-low.c (linux_set_resume_request): Fix comment. | Doug Evans | 2 | -3/+9 |
2013-11-20 | * linux-low.c (resume_status_pending_p): Tweak comment. | Doug Evans | 2 | -1/+6 |
2013-11-20 | Add missing ChangeLog entry. | Pedro Alves | 1 | -0/+5 |
2013-11-20 | get rid of py-value.c:is_intlike (use is_integral_type instead) | Joel Brobecker | 2 | -15/+11 |
2013-11-20 | Make the maint.exp:'maint print objfiles' test less fragile. | Pedro Alves | 1 | -3/+12 |
2013-11-20 | remove strerror module | Tom Tromey | 17 | -2230/+84 |
2013-11-20 | test: test eval routines with EVAL_AVOID_SIDE_EFFECTS flag set | Sanimir Agovic | 2 | -0/+44 |
2013-11-20 | set_address_space_data if dcache is NULL. | Yao Qi | 2 | -1/+10 |
2013-11-20 | Add MPX registers tests. | Walfred Tedeschi | 5 | -1/+250 |
2013-11-20 | Add pretty-printer for MPX bnd registers. | Walfred Tedeschi | 5 | -4/+61 |
2013-11-20 | Add MPX support to gdbserver. | Walfred Tedeschi | 5 | -26/+197 |
2013-11-20 | MPX for amd64 | Walfred Tedeschi | 6 | -13/+88 |
2013-11-20 | Add MPX support for i386 | Walfred Tedeschi | 9 | -23/+466 |
2013-11-20 | Add MPX registers XML files. | Walfred Tedeschi | 16 | -0/+1262 |
2013-11-20 | Fix conditions in creating a bitfield. | Walfred Tedeschi | 4 | -1/+13 |
2013-11-20 | gdb/arm-tdep.c: Remove "Infinite loop detected" error message. | Will Newton | 2 | -10/+7 |
2013-11-20 | Associate target_dcache to address_space. | Yao Qi | 5 | -14/+65 |
2013-11-20 | Add REGISTRY for struct address_space. | Yao Qi | 3 | -4/+28 |
2013-11-20 | Don't stress 'remote' in "Data Caching" in doc | Yao Qi | 2 | -15/+22 |
2013-11-20 | Move target-dcache out of target.c | Yao Qi | 10 | -92/+185 |
2013-11-20 | Don't update target_dcache if it is not initialized | Yao Qi | 2 | -1/+7 |
2013-11-20 | Remove last_cache | Yao Qi | 4 | -32/+86 |
2013-11-20 | Move changelog entry to the right ChangeLog | Yao Qi | 2 | -5/+5 |
2013-11-19 | Remove unnecessary '\'. | Yao Qi | 2 | -2/+6 |
2013-11-19 | Fix format issues in lib/mi-support.exp | Yao Qi | 2 | -278/+282 |
2013-11-19 | Remove 'whatever' in lib/mi-support.exp | Yao Qi | 2 | -3/+5 |
2013-11-19 | Fix typo | Yao Qi | 2 | -1/+5 |
2013-11-19 | Fix int() builtin with range type gdb.Value objects. | Joel Brobecker | 7 | -0/+126 |
2013-11-19 | gdb_ari.sh: Remove entries for dirent.h and stat.h. | Joel Brobecker | 2 | -18/+5 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 35 | -92/+70 |
2013-11-18 | import gnulib sys/stat.h module | Tom Tromey | 13 | -21/+2004 |
2013-11-18 | sys/types.h cleanup | Tom Tromey | 3 | -6/+7 |
2013-11-18 | don't check for unistd.h | Tom Tromey | 3 | -2/+7 |
2013-11-18 | stdlib.h is universal too | Tom Tromey | 8 | -8/+15 |
2013-11-18 | don't check for stddef.h | Tom Tromey | 5 | -11/+10 |
2013-11-18 | remove gdb_dirent.h | Tom Tromey | 16 | -715/+29 |