aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-04-14Reorganize Python events documentationTom Tromey1-29/+33
2022-04-14gdb: remove move constructor and move assignment operator from cooked_indexSimon Marchi1-2/+0
2022-04-14Let std::thread check pass even without pthreadsTom Tromey1-10/+9
2022-04-14[gdb/testsuite] Detect 'No MPX support'Tom de Vries1-0/+23
2022-04-13gdb: add ATTRIBUTE_PRINTF to complaint_interceptor::issue_complaintSimon Marchi1-2/+3
2022-04-13gdb: fix clang build failure in msymbol_is_mipsSimon Marchi1-1/+1
2022-04-13Tidy gdb.base/parse_number.expPedro Alves1-5/+4
2022-04-12Fix bug in Ada number lexingTom Tromey3-3/+7
2022-04-12gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cooked-index.cSimon Marchi1-4/+2
2022-04-12gdb: change subfile::line_vector to an std::vectorSimon Marchi3-151/+67
2022-04-12gdb: use std::vector for temporary linetable_entry array in arrange_linetableSimon Marchi1-47/+31
2022-04-12gdb: change subfile::name and buildsym_compunit::m_comp_dir to stringsSimon Marchi4-47/+38
2022-04-12gdb: allocate subfile with newSimon Marchi3-35/+34
2022-04-12gdb: use decltype instead of typeof in dwarf2/read.cSimon Marchi1-1/+1
2022-04-12Remove dwarf2_per_cu_data::vTom Tromey2-65/+33
2022-04-12Delete DWARF psymtab codeTom Tromey7-2964/+206
2022-04-12Enable the new DWARF indexerTom Tromey4-7/+15
2022-04-12Adapt .debug_names writer to new DWARF scannerTom Tromey1-10/+42
2022-04-12Adapt .gdb_index writer to new DWARF scannerTom Tromey2-9/+59
2022-04-12Genericize addrmap handling in the DWARF index writerTom Tromey1-9/+28
2022-04-12Change parameters to write_address_mapTom Tromey1-4/+4
2022-04-12Change the key type in psym_index_mapTom Tromey1-9/+9
2022-04-12Rename write_psymtabs_to_indexTom Tromey3-9/+9
2022-04-12"Finalize" the DWARF index in the backgroundTom Tromey2-2/+25
2022-04-12Parallelize DWARF indexingTom Tromey4-88/+289
2022-04-12Pre-read DWARF section dataTom Tromey2-122/+103
2022-04-12Introduce thread-safe handling for complaintsTom Tromey2-2/+99
2022-04-12Wire in the new DWARF indexerTom Tromey1-59/+146
2022-04-12Implement quick_symbol_functions for cooked DWARF indexTom Tromey2-0/+281
2022-04-12The new DWARF indexerTom Tromey2-2/+818
2022-04-12Introduce the new DWARF index classTom Tromey3-0/+532
2022-04-12Update skip_one_die for new abbrev propertiesTom Tromey1-0/+18
2022-04-12Statically examine abbrev propertiesTom Tromey2-2/+159
2022-04-12Introduce DWARF abbrev cacheTom Tromey5-3/+130
2022-04-12Add "fullname" handling to file_and_directoryTom Tromey2-0/+60
2022-04-12Add batching parameter to parallel_for_eachTom Tromey2-3/+3
2022-04-12Refactor build_type_psymtabs_readerTom Tromey1-12/+7
2022-04-12Add new overload of dwarf5_djb_hashTom Tromey2-0/+18
2022-04-12Add name splittingTom Tromey4-0/+165
2022-04-12Let skip_one_die not skip childrenTom Tromey1-6/+10
2022-04-12Allow ada_decode not to decode operatorsTom Tromey2-7/+12
2022-04-12Refactor dwarf2_get_pc_boundsTom Tromey1-20/+29
2022-04-12Add dwarf2_per_cu_data::addresses_seenTom Tromey2-0/+7
2022-04-12Fix latent bug in read_addrmap_from_arangesTom Tromey1-2/+3
2022-04-12Split create_addrmap_from_arangesTom Tromey1-17/+32
2022-04-12Allow thread-pool.h to work without threadsTom Tromey1-4/+1
2022-04-12[gdb/testsuite] Fix gdb.base/stap-probe.exp with read1Tom de Vries1-2/+2
2022-04-12Add C++ "save gdb-index" testTom Tromey2-0/+64
2022-04-12Remove "Ada Settings" node from the manualTom Tromey1-32/+0
2022-04-12Require GNAT debug info for some Ada testsTom Tromey5-0/+25