aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-14Use GetThreadDescription on WindowsTom Tromey4-3/+47
2022-04-14Set the worker thread name on WindowsTom Tromey1-8/+64
2022-04-14Implement thread_name for gdbserverTom Tromey2-0/+11
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey4-60/+49
2022-04-14Move target_read_string to target/target.cTom Tromey8-205/+224
2022-04-14Remove the byte order parameter to target_read_stringTom Tromey4-9/+9
2022-04-14Rename read_stringTom Tromey4-14/+16
2022-04-14Don't call QUIT in read_stringTom Tromey1-3/+0
2022-04-14Fix possible Cygwin build problemTom Tromey1-0/+4
2022-04-14gdb/testsuite: Fix race in gdb.dwarf2/calling-convention.expLancelot SIX1-2/+2
2022-04-14Silence -Wmaybe-uninitialized warning from target_waitstatusTom Tromey1-1/+1
2022-04-14Fix regression on Windows with WOW64Tom Tromey1-1/+5
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 Tromey4-46/+42
2022-04-14gdb: fix build errors in gdbsupport/thread-pool.h used with old gccTiezhu Yang2-3/+3
2022-04-14[gdb/testsuite] Detect 'No MPX support'Tom de Vries1-0/+23
2022-04-14M68K: avoid quadratic slowdlow in label alignment checkSergei Trofimovich2-34/+26
2022-04-14ld:LoongArch: Fix glibc fail: tst-audit25a/b.caiyinyu1-0/+16
2022-04-14Automatic date update in version.inGDB Administrator1-1/+1
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-13binutils: enable PE on 32bit haiku buildAlexander von Gluck IV2-0/+5
2022-04-13Make intrusive_list_node's next/prev privatePedro Alves1-1/+12
2022-04-13Tidy gdb.base/parse_number.expPedro Alves1-5/+4
2022-04-13ubsan: member access within null pointer of unionAlan Modra1-1/+1
2022-04-13Automatic date update in version.inGDB Administrator1-1/+1
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-12gdbsupport: use result_of_t instead of result_of in parallel-for.hSimon Marchi1-3/+3
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