Age | Commit message (Expand) | Author | Files | Lines |
2017-09-11 | Remove cleanups from find_frame_funname | Tom Tromey | 1 | -22/+19 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Use gdb::def_vector in func_command | Tom Tromey | 1 | -5/+2 |
2017-09-09 | Use ui_out_emit_tuple in more places | Tom Tromey | 1 | -87/+87 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -21/+14 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -12/+9 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -6/+6 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -2/+2 |
2017-04-22 | Use ui_out_emit_list | Tom Tromey | 1 | -14/+13 |
2017-04-22 | More uses of ui_out_emit_tuple | Tom Tromey | 1 | -9/+2 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -3/+1 |
2017-02-24 | Remove use of MAX_REGISTER_SIZE | Alan Hayward | 1 | -41/+42 |
2017-02-20 | DWARF-5: call sites | Jan Kratochvil | 1 | -3/+2 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -16/+12 |
2017-02-01 | Remove unused file_string parameter in gdb_disassembly | Simon Marchi | 1 | -1/+1 |
2017-01-31 | gdb/stack.c: Remove unused mem_fileopen | Pedro Alves | 1 | -7/+0 |
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 |