Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | Update help of the "frame" command | Simon Marchi | 1 | -3/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -42/+42 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -4/+2 |
2016-10-21 | Remove make_cleanup_restore_current_uiout | Tom Tromey | 1 | -7/+1 |
2016-10-06 | stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression | Markus Metzger | 1 | -1/+1 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -7/+35 |
2016-08-23 | Fix typo in comment | Simon Marchi | 1 | -2/+2 |
2016-08-03 | Avoid potential memory leak in find_frame_funname | Tom Tromey | 1 | -6/+10 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-02-12 | stack: check frame_unwind_caller_id | Markus Metzger | 1 | -17/+22 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-23 | error/internal-error printing local variable during "bt full". | Joel Brobecker | 1 | -3/+22 |
2015-10-12 | gdb: Simplify parse_frame_specification. | Andrew Burgess | 1 | -10/+8 |
2015-10-12 | gdb: Avoid unneeded calls to parse_frame_specification. | Andrew Burgess | 1 | -14/+7 |
2015-10-12 | gdb: Fix bug with dbx style func command. | Andrew Burgess | 1 | -1/+1 |
2015-10-12 | gdb: Make use of safe-ctype.h header. | Andrew Burgess | 1 | -3/+3 |
2015-10-09 | Fix typos in comments | Eli Zaretskii | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -4/+4 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -42/+0 |
2015-08-07 | gdb: get_frame_language now takes a frame parameter. | Andrew Burgess | 1 | -32/+29 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -2/+2 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-06-30 | Replace TUI's select_frame hook (PR tui/13378) | Patrick Palka | 1 | -2/+0 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -42/+0 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -54/+81 |
2015-01-26 | Fix ARI warning in stack.c (return_command). | Mark Wielaard | 1 | -1/+1 |
2015-01-23 | Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally. | Mark Wielaard | 1 | -2/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -4/+4 |
2014-11-15 | expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial. | Doug Evans | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -8/+9 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-24 | constify stack.c | Tom Tromey | 1 | -2/+2 |
2014-07-22 | Fix read_frame_arg for optimized-out entry values. | Jan Kratochvil | 1 | -0/+2 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -6/+6 |
2014-05-30 | Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind. | Andrew Burgess | 1 | -2/+2 |
2014-05-30 | Rename frame_stop_reason_string to unwind_stop_reason_to_string. | Andrew Burgess | 1 | -2/+2 |
2014-05-21 | PR gdb/13860: make -interpreter-exec console "list" behave more like "list". | Pedro Alves | 1 | -10/+4 |
2014-04-27 | Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME... | Hui Zhu | 1 | -0/+7 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+2 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -7/+7 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -7/+8 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-08 | Avoid "may be used uninitialized" warning | Yao Qi | 1 | -1/+2 |