aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Remove use of scoped_restore_tmpl from scoped_restore_warning_hookCiaran Woodward2-2/+15
2024-02-06gdb: remove core_bfd macroSimon Marchi18-181/+213
2024-02-06gdb: LoongArch: Implement the get_syscall_number gdbarch methodTiezhu Yang1-0/+28
2024-02-06gdb: LoongArch: Add LBT extension supportFeiyang Chen9-0/+240
2024-02-06gdb: LoongArch: Add vector extensions supportHui Li11-0/+589
2024-02-05gdb: rename target_so_ops to solib_opsSimon Marchi24-245/+243
2024-02-05gdb: rename struct shobj -> struct solibSimon Marchi26-129/+129
2024-02-05Remove remnants of partial DIEs from DWARF readerTom Tromey3-17/+5
2024-02-05Avoid an allocation in attr_to_dynamic_propTom Tromey1-9/+8
2024-02-05Handling of arrays with optimized-out boundsTom Tromey9-16/+180
2024-02-05[gdb/tdep] Fix use-after-free in arm_exidx_fill_cacheTom de Vries1-1/+1
2024-02-04Use reference result of emplace_backTom Tromey12-55/+25
2024-02-02gdb: attach to a process when the executable has been deletedAndrew Burgess4-0/+99
2024-02-02gdb, testsuite, fortran: Fix sizeof intrinsic for Fortran pointersNils-Christian Kempke3-0/+230
2024-02-02gdb, types: Resolve pointer types dynamicallyBernhard Heckel8-17/+177
2024-02-02gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.expIjaz, Abdul B1-68/+68
2024-02-01MAINTAINERS: Update my e-mail address.Sandra Loosemore1-1/+1
2024-02-01Fix "objstack" typoTom Tromey2-3/+3
2024-02-01Rename SEARCH_ALLTom Tromey7-9/+9
2024-02-01gdb/testsuite: fix some duplicate test names in gdb.trace/Andrew Burgess3-9/+15
2024-02-01gdb/testsuite: fix duplicate test names in gdb.base/cond-eval-mode.expAndrew Burgess1-48/+56
2024-01-31Fix AIX build break.Aditya Vidyadhar Kamath7-21/+50
2024-01-31gdb: remove some unnecessary frame_info_ptr resetsSimon Marchi6-17/+0
2024-01-30Really fix Windows gdbserver segment registersTom Tromey1-13/+31
2024-01-29gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.defLancelot SIX5-26/+26
2024-01-29Fix backtrace limit stopping on inline frameHannes Domani4-6/+7
2024-01-28Document new Python and Guile constantsTom Tromey3-4/+74
2024-01-28Refine search in cp_search_static_and_baseclassesTom Tromey1-7/+12
2024-01-28Only search for functions in rust_structop::evaluate_funcallTom Tromey1-1/+1
2024-01-28Only search types in lookup_typenameTom Tromey1-2/+2
2024-01-28Only search types in cp_lookup_rtti_typeTom Tromey1-3/+3
2024-01-28Use a function-domain search in inside_main_funcTom Tromey1-6/+2
2024-01-28Only look for functions in expand_symtabs_for_functionTom Tromey1-1/+1
2024-01-28Only search for "main" as a functionTom Tromey1-1/+2
2024-01-28Simplify some symbol searches in linespec.cTom Tromey1-12/+4
2024-01-28Simplify some symbol searches in Ada codeTom Tromey3-11/+5
2024-01-28Use the new symbol domainsTom Tromey21-142/+189
2024-01-28Remove old symbol_matches_domainTom Tromey2-31/+0
2024-01-28Remove some obsolete Python constantsTom Tromey1-14/+0
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey64-312/+342
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey18-158/+113
2024-01-28Introduce "scripting" domainsTom Tromey2-0/+73
2024-01-28Remove a check of VAR_DOMAINTom Tromey1-1/+0
2024-01-28Replace search_domain with domain_search_flagsTom Tromey20-194/+187
2024-01-28Add domain_search_flagsTom Tromey2-0/+95
2024-01-28Add two new symbol domainsTom Tromey1-0/+9
2024-01-28Use a .def file for domain_enumTom Tromey5-55/+72
2024-01-28Split up a big 'if' in symtab.cTom Tromey1-33/+50
2024-01-28Simplify symbol_to_info_stringTom Tromey3-31/+21
2024-01-28Remove NR_DOMAINSTom Tromey1-4/+0