aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fortran: Fix arrays of variable length strings for FORTRANIjaz, Abdul B2024-10-291-0/+74
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi2024-04-231-0/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* gdb, types: Resolve pointer types dynamicallyBernhard Heckel2024-02-021-6/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Use pretty printers for struct member stubsHannes Domani2023-12-081-10/+10
* [gdb/exp] Clean up asap in value_print_array_elementsTom de Vries2023-09-141-0/+4
* gdb: remove TYPE_FIELD_BITSIZESimon Marchi2023-08-311-2/+2
* Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov2023-05-131-6/+19
* Hide the implementation of gdb_mpfTom Tromey2023-03-141-1/+1
* Have value::bits_synthetic_pointer return boolTom Tromey2023-02-151-1/+1
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-6/+6
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-13/+12
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-12/+12
* Turn value_bits_synthetic_pointer into a methodTom Tromey2023-02-131-5/+4
* Turn value_contents_eq into a methodTom Tromey2023-02-131-1/+1
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-1/+1
* Turn some value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-2/+2
* Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey2023-02-131-3/+3
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-15/+15
* GDB: Introduce limited array lengths while printing valuesAndrew Burgess2023-02-101-1/+9
* GDB: Add a character string limiting optionAndrew Burgess2023-01-191-22/+68
* GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki2023-01-191-3/+6
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-16/+16
* Fix regression in pointer-to-member printingTom Tromey2022-10-311-1/+1
* Fix crash in value_print_array_elementsTom Tromey2022-10-211-7/+13
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Fix a latent bug in print_wcharTom Tromey2022-10-101-8/+14
* Don't use wchar_printable in print_wcharTom Tromey2022-10-101-6/+5
* Boolify need_escape in generic_emit_charTom Tromey2022-10-101-6/+6
* Fix latent quote char bug in generic_printstrTom Tromey2022-10-101-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-15/+15
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-8/+8
* [gdb] Add debug_{exp,val}Tom de Vries2022-08-051-0/+12
* Move finish_print out of value_print_optionsTom Tromey2022-06-201-1/+0
* gdb: Add new 'print nibbles' featureEnze Li2022-06-181-1/+47
* Move target_read_string to target/target.cTom Tromey2022-04-141-172/+0
* Remove the byte order parameter to target_read_stringTom Tromey2022-04-141-5/+7
* Rename read_stringTom Tromey2022-04-141-5/+7
* Don't call QUIT in read_stringTom Tromey2022-04-141-3/+0
* Rename print_spaces_filteredTom Tromey2022-03-291-3/+3
* Unify gdb printf functionsTom Tromey2022-03-291-88/+88
* Unify gdb putc functionsTom Tromey2022-03-291-3/+3
* Unify gdb puts functionsTom Tromey2022-03-291-32/+32