Age | Commit message (Expand) | Author | Files | Lines |
2024-07-15 | gdb: make objfile::pspace private | Simon Marchi | 1 | -2/+2 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-25 | gdb: move execute function declarations from gdbcmd.h to top.h | Simon Marchi | 1 | -0/+1 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-04-19 | gdb: Introduce is_address_tagged target hook | Gustavo Romero | 1 | -12/+14 |
2024-04-19 | gdb: Use passed gdbarch instead of calling current_inferior | Gustavo Romero | 1 | -1/+1 |
2024-04-19 | gdb: aarch64: Move MTE address check out of set_memtag | Gustavo Romero | 1 | -5/+5 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | Add obj_section::contains method | Tom Tromey | 1 | -1/+1 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -1/+1 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -1/+1 |
2024-01-19 | gdb: remove SYMBOL_*_OPS macros | Simon Marchi | 1 | -5/+5 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -3/+3 |
2023-11-08 | gdb: make skip_over_slash_fmt available outside printcmd.c | Andrew Burgess | 1 | -65/+0 |
2023-10-30 | Remove some frame invalidation code | Tom Tromey | 1 | -7/+1 |
2023-10-22 | Style history variable output | Tom Tromey | 1 | -1/+3 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -34/+32 |
2023-10-05 | gdb: remove unnecessary nullptr check in free_objfile observers | Simon Marchi | 1 | -6/+1 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -3/+3 |
2023-07-07 | gdb: check max-value-size when reading strings for printf | Andrew Burgess | 1 | -4/+35 |
2023-07-07 | gdb: remove last alloca call from printcmd.c | Andrew Burgess | 1 | -17/+13 |
2023-07-07 | gdb: remove two uses of alloca from printcmd.c | Andrew Burgess | 1 | -27/+22 |
2023-06-07 | Fix gdb.base/memtag.exp failure | Luis Machado | 1 | -1/+1 |
2023-05-30 | gdb: add support for %V to printf command | Andrew Burgess | 1 | -1/+29 |
2023-05-23 | Introduce and use parser flags | Tom Tromey | 1 | -1/+4 |
2023-05-07 | Remove ALL_OBJFILE_OSECTIONS | Tom Tromey | 1 | -2/+1 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -6/+6 |
2023-04-29 | gdb: Fix building with latest libc++ | Manoj Gupta | 1 | -1/+1 |
2023-04-28 | Allow strings with printf/eval | Keith Seitz | 1 | -2/+2 |
2023-03-28 | Rename "raw" to "unrelocated" | Tom Tromey | 1 | -1/+1 |
2023-03-28 | Use unrelocated_addr in minimal symbols | Tom Tromey | 1 | -1/+1 |
2023-03-02 | Handle half-float in 'x' command | Tom Tromey | 1 | -1/+3 |
2023-02-27 | Catch gdb_exception_error instead of gdb_exception (in many places) | Kevin Buettner | 1 | -1/+1 |
2023-02-19 | Convert contained_in to method | Tom Tromey | 1 | -3/+3 |
2023-02-19 | Convert block_objfile to method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Rely on value_ref_ptr::operator-> | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn record_latest_value into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -6/+6 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -22/+22 |
2023-02-10 | GDB: Introduce limited array lengths while printing values | Andrew Burgess | 1 | -0/+16 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -4/+5 |
2023-01-04 | Use first_opcode in another spot | Tom Tromey | 1 | -1/+1 |
2023-01-04 | Convert exp_uses_objfile to a method of expression | Tom Tromey | 1 | -1/+1 |