aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-29gdb/testsuite: recognize one more unsupported instruction in gdb.reverse/step...Simon Marchi1-0/+3
2023-08-29[gdb/testsuite] Require have_compile_flag -mavx512f in gdb.arch/i386-avx512.expTom de Vries1-0/+1
2023-08-29[gdb/testsuite] Require gcc >= 5 in gdb.linespec/cpls-abi-tag.expTom de Vries1-0/+8
2023-08-29[gdb/testsuite] Handle some test-cases with older compilerTom de Vries5-5/+23
2023-08-29[gdb/testsuite] Fix false negative in have_host_localeTom de Vries1-0/+2
2023-08-29Default getpkt 'forever' parameter to 'false'Tom Tromey1-80/+81
2023-08-29Unify getpkt and getpkt_or_notif_saneTom Tromey1-30/+5
2023-08-29Use bool in getpktTom Tromey1-102/+102
2023-08-29Remove expecting_notif parameter from getpkt_or_notif_sane_1Tom Tromey1-11/+12
2023-08-29Remove getpkt_saneTom Tromey1-26/+14
2023-08-29[gdb/testsuite] Check for sys/random.h in gdb.reverse/getrandom.expTom de Vries2-0/+9
2023-08-28[gdb/testsuite] Improve xfail in gdb.cp/nsusing.expTom de Vries1-4/+16
2023-08-28gdb: Use x86_xstate_layout to parse the XSAVE extended state area.John Baldwin2-190/+278
2023-08-28gdb: Support XSAVE layouts for the current host in the Linux x86 targets.John Baldwin5-5/+22
2023-08-28gdb: Update x86 Linux architectures to support XSAVE layouts.John Baldwin3-43/+61
2023-08-28gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets.John Baldwin5-62/+62
2023-08-28gdb: Update x86 FreeBSD architectures to support XSAVE layouts.John Baldwin3-36/+64
2023-08-28x86 nat: Add helper functions to save the XSAVE layout for the host.John Baldwin2-0/+102
2023-08-28nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count.John Baldwin1-0/+32
2023-08-28core: Support fetching x86 XSAVE layout from architectures.John Baldwin7-0/+137
2023-08-28gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin6-3/+79
2023-08-28Use sect_offset_str in cooked_index::dumpTom Tromey1-2/+1
2023-08-28Use hex_string in gdb/coffread.c instead of PRIxPTRMark Wielaard1-2/+2