Age | Commit message (Expand) | Author | Files | Lines |
2023-07-07 | gdb: fix printf of wchar_t early in a gdb session | Andrew Burgess | 1 | -3/+0 |
2023-06-05 | gdb: building inferior strings from within GDB | Andrew Burgess | 1 | -8/+6 |
2023-05-03 | Pass const frame_info_ptr reference for skip_[language_]trampoline | Mark Wielaard | 1 | -1/+1 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -1/+1 |
2023-01-20 | gdb: move compile_instance to compile/compile.h | Simon Marchi | 1 | -1/+0 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-01 | Add name canonicalization for C | Tom Tromey | 1 | -0/+14 |
2022-11-09 | Allow 'ptype/o' for assembly | Tom Tromey | 1 | -0/+28 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+2 |
2022-10-10 | Remove c_printstr | Tom Tromey | 1 | -4/+4 |
2022-10-10 | Remove c_emit_char | Tom Tromey | 1 | -2/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -9/+9 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -7/+7 |
2022-06-18 | gdb: Add new 'print nibbles' feature | Enze Li | 1 | -0/+4 |
2022-05-10 | Always pass an explicit language down to c_type_print | Pedro Alves | 1 | -4/+4 |
2022-04-14 | Remove the byte order parameter to target_read_string | Tom Tromey | 1 | -1/+1 |
2022-04-14 | Rename read_string | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -5/+5 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -3/+3 |
2022-02-04 | Remove host_hex_value | Tom Tromey | 1 | -3/+3 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-29 | Allow DW_ATE_UTF for Rust characters | Tom Tromey | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-10-04 | Use unique_xmalloc_ptr<char> when demangling | Tom Tromey | 1 | -3/+5 |
2021-03-08 | Remove EVAL_SKIP | Tom Tromey | 1 | -18/+3 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -59/+0 |
2021-03-08 | Remove now-unused C evaluator code | Tom Tromey | 1 | -180/+0 |
2021-03-08 | Add c-exp.h and c_string_operation | Tom Tromey | 1 | -0/+126 |
2021-02-05 | Return unique_ptr from language_defn::get_compile_context | Tom Tromey | 1 | -4/+3 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -4/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: remove LA_EMIT_CHAR macro | Andrew Burgess | 1 | -1/+1 |
2020-12-23 | gdb: rename c_printchar as language_defn::printchar | Andrew Burgess | 1 | -1/+4 |
2020-12-09 | gdb: make get_discrete_bounds return bool | Simon Marchi | 1 | -2/+2 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -1/+0 |
2020-11-13 | Use const more in c-lang.c | Tom Tromey | 1 | -14/+14 |
2020-11-12 | gdb: rewrite how per language primitive types are managed | Andrew Burgess | 1 | -132/+62 |
2020-10-23 | gdb: Rename language_defn::demangle | Andrew Burgess | 1 | -1/+1 |
2020-09-16 | gdb: Remove language_data struct | Andrew Burgess | 1 | -31/+7 |
2020-09-16 | gdb: Convert language_data::la_op_print_tab to a method | Andrew Burgess | 1 | -4/+20 |
2020-09-16 | gdb: Convert language_data::la_exp_desc to a method | Andrew Burgess | 1 | -4/+20 |
2020-09-16 | gdb: Convert language_data::la_varobj_ops to a method | Andrew Burgess | 1 | -4/+5 |