Age | Commit message (Expand) | Author | Files | Lines |
2023-05-13 | Fix bad interaction between element limit and repeated values (BZ#24331). | Paul Pluzhnikov | 1 | -6/+19 |
2023-03-14 | Hide the implementation of gdb_mpf | Tom Tromey | 1 | -1/+1 |
2023-02-15 | Have value::bits_synthetic_pointer return bool | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn various value copying-related functions into methods | Tom Tromey | 1 | -6/+6 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -13/+12 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -12/+12 |
2023-02-13 | Turn value_bits_synthetic_pointer into a method | Tom Tromey | 1 | -5/+4 |
2023-02-13 | Turn value_contents_eq into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_fetch_lazy into a method | 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 | -2/+2 |
2023-02-13 | Convert value_lval_const and deprecated_lval_hack to methods | Tom Tromey | 1 | -3/+3 |
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 | -15/+15 |
2023-02-10 | GDB: Introduce limited array lengths while printing values | Andrew Burgess | 1 | -1/+9 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -22/+68 |
2023-01-19 | GDB: Allow arbitrary keywords in integer set commands | Maciej W. Rozycki | 1 | -3/+6 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 1 | -16/+16 |
2022-10-31 | Fix regression in pointer-to-member printing | Tom Tromey | 1 | -1/+1 |
2022-10-21 | Fix crash in value_print_array_elements | Tom Tromey | 1 | -7/+13 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-10 | Fix a latent bug in print_wchar | Tom Tromey | 1 | -8/+14 |
2022-10-10 | Don't use wchar_printable in print_wchar | Tom Tromey | 1 | -6/+5 |
2022-10-10 | Boolify need_escape in generic_emit_char | Tom Tromey | 1 | -6/+6 |
2022-10-10 | Fix latent quote char bug in generic_printstr | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -15/+15 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -8/+8 |
2022-08-05 | [gdb] Add debug_{exp,val} | Tom de Vries | 1 | -0/+12 |
2022-06-20 | Move finish_print out of value_print_options | Tom Tromey | 1 | -1/+0 |
2022-06-18 | gdb: Add new 'print nibbles' feature | Enze Li | 1 | -1/+47 |
2022-04-14 | Move target_read_string to target/target.c | Tom Tromey | 1 | -172/+0 |
2022-04-14 | Remove the byte order parameter to target_read_string | Tom Tromey | 1 | -5/+7 |
2022-04-14 | Rename read_string | Tom Tromey | 1 | -5/+7 |
2022-04-14 | Don't call QUIT in read_string | Tom Tromey | 1 | -3/+0 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -88/+88 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -32/+32 |
2022-03-14 | Correctly print subrange types in generic_value_print | Tom Tromey | 1 | -1/+8 |
2022-02-14 | Remove LA_PRINT_STRING | Tom Tromey | 1 | -4/+3 |
2022-02-14 | Remove LA_PRINT_CHAR | Tom Tromey | 1 | -1/+1 |
2022-02-06 | Merge do_val_print and common_val_print | Tom Tromey | 1 | -35/+21 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -1/+1 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -1/+1 |
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-10-29 | gdb: remove TYPE_FIELD_ENUMVAL | Simon Marchi | 1 | -3/+3 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -2/+2 |