Age | Commit message (Expand) | Author | Files | Lines |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -10/+6 |
2017-11-08 | Make encode_actions_rsp use std::vector | Simon Marchi | 1 | -29/+11 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -6/+6 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -3/+3 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -13/+13 |
2017-10-31 | tracepoint: Remove unnecessary const_cast | Simon Marchi | 1 | -1/+1 |
2017-10-16 | Get rid of VEC(mem_range_s) | Simon Marchi | 1 | -7/+6 |
2017-10-15 | Fix GDB build without expat | Simon Marchi | 1 | -1/+1 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -34/+6 |
2017-10-14 | Use std::vector for traceframe_info::memory | Simon Marchi | 1 | -16/+6 |
2017-10-14 | Use std::vector for traceframe_info::tvars | Simon Marchi | 1 | -5/+3 |
2017-10-14 | Rename traceframe_info variable to current_traceframe_info | Simon Marchi | 1 | -6/+6 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-29 | Remove some cleanups from tracepoint.c | Tom Tromey | 1 | -30/+12 |
2017-09-29 | Constify unpack_varlen_hex & fix fallout | Pedro Alves | 1 | -10/+12 |
2017-09-27 | Constify some commands in tracepoint.c | Tom Tromey | 1 | -26/+16 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -2/+3 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 1 | -1/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -10/+10 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -6/+2 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -19/+12 |
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 | -12/+5 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -9/+4 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -10/+10 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -4/+2 |
2017-04-22 | Use ui_out_emit_tuple in tracepoint.c | Tom Tromey | 1 | -26/+16 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -10/+7 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -7/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -8/+14 |
2017-04-05 | -Wwrite-strings: Don't initialize string command variables to empty string | Pedro Alves | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -4/+3 |
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 | -73/+73 |
2016-12-02 | Rename some trace functions | Simon Marchi | 1 | -44/+44 |
2016-11-17 | gdb/tracepoint.c: Don't use printf_vma | Pedro Alves | 1 | -32/+28 |
2016-11-09 | agent_expr_up: gdb::unique_ptr -> std::unique_ptr | Pedro Alves | 1 | -11/+5 |
2016-11-09 | gdb: Use vector::emplace_back | Pedro Alves | 1 | -1/+1 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -66/+41 |
2016-11-08 | Clean up tracepoint.h/c:collection_list | Pedro Alves | 1 | -237/+161 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -28/+19 |
2016-10-12 | Remove unnecessary null_cleanup | Tom Tromey | 1 | -3/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -6/+0 |
2016-02-11 | Use the target architecture when encoding tracepoint actions | Antoine Tremblay | 1 | -6/+6 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-26 | Fix cast of xml_find_attribute's return value | Simon Marchi | 1 | -2/+2 |