Age | Commit message (Expand) | Author | Files | Lines |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 1 | -9/+7 |
2019-10-09 | Mark guile_{extension_,}script_ops as static | Christian Biesinger | 1 | -29/+26 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 2 | -5/+8 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -2/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 4 | -4/+4 |
2019-06-10 | Remove newlines from warnings | Tom Tromey | 1 | -1/+1 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 1 | -1/+18 |
2019-04-28 | Follow-up to Support style in 'frame|thread apply' | Philippe Waroquiers | 1 | -1/+1 |
2019-04-25 | Avoid undefined behavior in Guile exception handling | Tom Tromey | 15 | -82/+219 |
2019-04-25 | Remove exception_none | Tom Tromey | 5 | -7/+7 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 15 | -70/+70 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 15 | -210/+140 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-07 | gdb: Move value_from_host_double into value.c and make more use of it | Andrew Burgess | 2 | -16/+3 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 2 | -6/+7 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 2 | -2/+2 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 3 | -3/+3 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 2 | -19/+17 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -9/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 35 | -35/+35 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -2/+2 |
2018-10-04 | Shadowing fix in gdbscm_frame_read_var | Tom Tromey | 1 | -1/+0 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -2/+2 |
2018-10-03 | Avoid two uninitialized warnings from gcc | Tom Tromey | 1 | -1/+2 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 2 | -1/+7 |
2018-08-22 | Replace xstrvprintf usages with string_vprintf | Simon Marchi | 2 | -8/+4 |
2018-08-21 | Don't throw Scheme exceptions with live std::vector objects | Pedro Alves | 1 | -77/+98 |
2018-07-22 | Call value_fetch_lazy when needed in pretty-printers | Tom Tromey | 1 | -1/+3 |
2018-07-22 | Call some functions in guile/ for effect | Tom Tromey | 2 | -6/+5 |
2018-07-22 | Unused variable fixes related to conditional compilation | Tom Tromey | 1 | -0/+2 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 6 | -9/+0 |
2018-07-19 | Eliminate remaining gdb/guile cleanups | Pedro Alves | 8 | -80/+43 |
2018-07-19 | gdbscm_wrap, really forward args | Pedro Alves | 1 | -1/+1 |
2018-07-18 | Eliminate cleanup in gdbscm_execute_gdb_command | Pedro Alves | 1 | -21/+8 |
2018-07-18 | Eliminate most remaining cleanups under gdb/guile/ | Pedro Alves | 6 | -561/+357 |
2018-07-17 | Return unique_xmalloc_ptr from gdbscm_scm_to_string | Tom Tromey | 6 | -53/+36 |
2018-07-17 | Return unique_xmalloc_ptr from gdbscm_safe_eval_string | Tom Tromey | 4 | -29/+13 |
2018-07-17 | Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptr | Tom Tromey | 5 | -23/+20 |
2018-07-17 | Use std::string in ppscm_make_pp_type_error_exception | Tom Tromey | 1 | -10/+4 |
2018-06-18 | Use unique_xmalloc_ptr for read_string | Tom Tromey | 1 | -3/+4 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -2/+8 |
2018-05-29 | Remove a VEC from type.c | Tom Tromey | 1 | -1/+1 |
2018-05-04 | Use counted_command_line everywhere | Tom Tromey | 1 | -4/+4 |
2018-04-23 | Remove a cleanup from scm-frame.c | Tom Tromey | 1 | -29/+25 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -3/+2 |
2018-03-30 | Remove usage of VEC(char_ptr) in gdbscm_parse_function_args | Simon Marchi | 1 | -9/+4 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |