Age | Commit message (Expand) | Author | Files | Lines |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -4/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-22 | Show optimized out local variables in "info locals" | Simon Marchi | 1 | -0/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -11/+3 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -9/+16 |
2017-11-07 | Remove cleanup from backtrace_command | Tom Tromey | 1 | -10/+7 |
2017-11-07 | Constify add_com_suppress_notification | Tom Tromey | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-09 | Make cp_remove_params return a gdb::unique_xmalloc_ptr | Pedro Alves | 1 | -5/+2 |
2017-09-29 | Remove some cleanups from stack.c | Tom Tromey | 1 | -15/+5 |
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 |