aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-09-06[gdb/testsuite] Fix gdb.ada/same_enum.expTom de Vries2-2/+4
2023-09-06[gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbolsTom de Vries1-2/+5
2023-09-06[gdb/symtab] Handle PU in iterate_over_some_symtabsTom de Vries1-0/+4
2023-09-05gdb/testsuite: Make hook-stop.exp ignore termination message from GDB stubSandra Loosemore1-1/+1
2023-09-05gdb/testsuite: Disable some tests that are broken on remote Windows hostSandra Loosemore3-0/+9
2023-09-05gdb/testsuite: Adjust some testcases to allow Windows pathnamesSandra Loosemore4-21/+32
2023-09-05gdb/testsuite: Fix style.exp failures on targets without argc/argv supportSandra Loosemore1-5/+18
2023-09-05Handle array- and string-like values in no-op pretty printersTom Tromey8-3/+412
2023-09-05Add new Python APIs to support DAP value displayTom Tromey4-0/+126
2023-09-05Select frame when fetching a frame variable in DAPTom Tromey2-3/+12
2023-09-05Introduce type::is_array_like and value_to_arrayTom Tromey4-0/+46
2023-09-05Use ada_value_subscript in valpy_getitemTom Tromey2-0/+4
2023-09-05Introduce TYPE_SPECIFIC_RUST_STUFFTom Tromey3-2/+25
2023-09-05Refactor Rust code for slice-to-array operationTom Tromey2-9/+35
2023-09-05Move rust_language::lookup_symbol_nonlocalTom Tromey2-31/+38
2023-09-05gdb/riscv: Fix oob memory access when printing info registersCiaran Woodward1-1/+1
2023-09-05Read Ada main name from executable, not inferiorTom Tromey6-3/+132
2023-09-05Avoid crash with Ada and -fdata-sectionsTom Tromey3-1/+55
2023-09-04[gdb/testsuite] Fix race in gdb.base/add-symbol-file-attach.expTom de Vries1-2/+2
2023-09-01Fix "usage" errors for some MI varobj commandsTom Tromey1-3/+3
2023-08-31gdb: remove uses of alloca in gdbtypes.cSimon Marchi1-13/+12
2023-08-31Add symbol::matches methodTom Tromey5-19/+21
2023-08-31gdb: remove TYPE_FIELD_PACKEDSimon Marchi11-13/+16
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi21-69/+65
2023-08-31gdb: remove FIELD_BITSIZESimon Marchi4-10/+8
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi11-51/+60
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi11-20/+19
2023-08-31gdb: remove FIELD_ARTIFICIALSimon Marchi4-5/+4
2023-08-31gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi7-15/+26
2023-08-31Remove eval_op_ternopTom Tromey2-27/+18
2023-08-31[symtab/27831] New test case: gdb.base/add-symbol-file-attach.expKevin Buettner2-0/+110
2023-08-31[symtab/27831] Fix OBJF_MAINLINE assertKevin Buettner4-17/+37
2023-08-31Unify DW_TAG_typedef case in new_symbolTom Tromey1-5/+1
2023-08-31[gdb/contrib] Require minimal dwz version in cc-with-tweaks.shTom de Vries1-0/+18
2023-08-31[gdb/symtab] Replace TYPE_ALLOC with TYPE_ZALLOC where requiredTom de Vries2-5/+13
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOCTom de Vries2-18/+9
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + memset with TYPE_ZALLOCTom de Vries1-3/+1
2023-08-31[gdb/symtab] Do more zero-initialization of type::fieldsTom de Vries3-5/+5
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries13-190/+150
2023-08-31[gdb/symtab] Fix uninitialized memory in buildsym_compunit::finish_block_inte...Tom de Vries1-1/+1
2023-08-30[gdb/testsuite] Fix gdb.dwarf2/nullptr_t.exp with cc-with-dwz-mTom de Vries1-1/+1
2023-08-30gdb: simplify vector construction in eval_op_rust_arraySimon Marchi1-8/+1
2023-08-29[gdb/build] Fix C inclusion of nat/x86-cpuid.hTom de Vries1-0/+12
2023-08-29More renames in array_operation::evaluateTom Tromey1-4/+3
2023-08-29Remove "highbound" parameter from value_arrayTom Tromey4-19/+12
2023-08-29Remove another redundant variable from array_operation::evaluateTom Tromey1-8/+4
2023-08-29Remove redundant variable from array_operation::evaluateTom Tromey1-3/+2
2023-08-29Hoist array bounds check in array_operation::evaluateTom Tromey1-3/+2
2023-08-29Declare 'tem' in loop header in array_operation::evaluateTom Tromey1-5/+4
2023-08-29Use gdb::array_view for value_arrayTom Tromey4-4/+5