Age | Commit message (Expand) | Author | Files | Lines |
2022-04-14 | Move target_read_string to target/target.c | Tom Tromey | 1 | -5/+0 |
2022-04-14 | Remove the byte order parameter to target_read_string | Tom Tromey | 1 | -1/+0 |
2022-04-14 | Rename read_string | Tom Tromey | 1 | -5/+5 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-03-24 | Extend "x" and "print" commands to support memory tagging | Luis Machado | 1 | -0/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: delete unused function print_char_chars | Andrew Burgess | 1 | -3/+0 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-08-24 | gdb: move declaration of valprint_check_validity to valprint.h | Simon Marchi | 1 | -0/+14 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -19/+0 |
2020-03-13 | Introduce value_print_array_elements | Tom Tromey | 1 | -0/+6 |
2020-03-13 | Introduce value_print_scalar_formatted | Tom Tromey | 1 | -0/+10 |
2020-03-13 | Introduce generic_value_print | Tom Tromey | 1 | -0/+11 |
2020-03-13 | Introduce common_val_print_checked | Tom Tromey | 1 | -0/+8 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -22/+22 |
2019-07-27 | Restrict use of minsym names when printing addresses in disassembled code | Kevin Buettner | 1 | -4/+9 |
2019-06-13 | Make "print" and "compile print" support -OPT options | Pedro Alves | 1 | -2/+18 |
2019-05-29 | Add "set print finish" | Tom Tromey | 1 | -0/+3 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 1 | -0/+12 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-18 | Use unique_xmalloc_ptr for read_string | Tom Tromey | 1 | -1/+2 |
2018-06-07 | Change build_address_symbolic to return std::string | Tom Tromey | 1 | -0/+16 |
2018-05-21 | Remove output_command_const | Tom Tromey | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-06-12 | Remove val_print_type_code_int | Tom Tromey | 1 | -3/+0 |
2017-06-12 | Let print_decimal_chars handle signed values | Tom Tromey | 1 | -1/+1 |
2017-06-12 | Don't always zero pad in print_*_chars | Tom Tromey | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -6/+6 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -2/+2 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -2/+2 |
2016-05-17 | Add array start and end strings to generic_val_print_decorations | Tom Tromey | 1 | -0/+4 |
2016-03-15 | Extend flags to support multibit and enum bitfields. | Doug Evans | 1 | -4/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-05-16 | Code cleanup: Make parts of print_command_1 public | Jan Kratochvil | 1 | -0/+15 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | Fix "info frame" in the outermost frame. | Pedro Alves | 1 | -0/+3 |
2013-10-02 | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 1 | -1/+2 |
2013-08-27 | Add options to skip unavailable locals | Yao Qi | 1 | -0/+2 |
2013-07-17 | * NEWS: Mention "set print raw frame-arguments". | Doug Evans | 1 | -2/+4 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -8/+8 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -1/+5 |
2013-01-08 | 2013-01-08 Hui Zhu <hui_zhu@mentor.com> | Hui Zhu | 1 | -0/+2 |
2013-01-07 | PR cli/7719: | Tom Tromey | 1 | -6/+4 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-05-18 | PR exp/13907: | Tom Tromey | 1 | -0/+4 |
2012-05-18 | * printcmd.c (print_address_demangle): Add 'opts' argument. | Tom Tromey | 1 | -3/+3 |