aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-02-19Convert block_linkage_function to methodTom Tromey10-19/+22
2023-02-19Convert more block functions to methodsTom Tromey13-76/+74
2023-02-19Convert block_inlined_p to methodTom Tromey6-16/+18
2023-02-19Convert block_gdbarch to methodTom Tromey6-12/+12
2023-02-19Convert block_objfile to methodTom Tromey8-20/+20
2023-02-19Don't allow NULL as an argument to block_global_blockTom Tromey3-14/+12
2023-02-19Don't allow NULL as an argument to block_static_blockTom Tromey6-11/+30
2023-02-19Don't allow NULL as an argument to block_usingTom Tromey1-1/+1
2023-02-19Don't allow NULL as an argument to block_scopeTom Tromey3-5/+6
2023-02-19Avoid extra allocations in blockTom Tromey1-0/+12
2023-02-19Rearrange block.c to avoid a forward declarationTom Tromey1-13/+10
2023-02-18Fix "start" for D, Rust, etcTom Tromey7-25/+159
2023-02-17Fix crash in go_symbol_package_nameTom Tromey3-2/+34
2023-02-17Avoid manual memory management in go-lang.cTom Tromey4-30/+31
2023-02-17gdb: fix regression in gdb.xml/maint_print_struct.expAndrew Burgess1-2/+7
2023-02-17Fix multi-threaded debugging under AIXAditya Vidyadhar Kamath2-148/+239
2023-02-17Remove two unnecessary returns in ada-lang.cTom Tromey1-10/+4
2023-02-17[gdb/testsuite] Simplify gdb.arch/amd64-disp-step-avx.expTom de Vries2-20/+6
2023-02-16Rename parameter of create_ada_exception_catchpointTom Tromey2-3/+3
2023-02-16Update the 'g' packet documentationTom Tromey1-10/+20
2023-02-16Constify ada_main_nameTom Tromey2-3/+3
2023-02-16Remove unused declaration from ada-lang.hTom Tromey1-2/+0
2023-02-16gdb/doc: document MI -remove-inferior commandAndrew Burgess1-0/+34
2023-02-15Return bool from more value methodsTom Tromey2-26/+26
2023-02-15Have value::bits_synthetic_pointer return boolTom Tromey5-14/+14
2023-02-15Change value::m_stack to boolTom Tromey5-9/+9
2023-02-15Change value::m_initialized to boolTom Tromey3-10/+10
2023-02-15Change value::m_lazy to boolTom Tromey5-15/+15
2023-02-15Change value::m_modifiable to boolTom Tromey4-10/+9
2023-02-15Don't throw quit while handling inferior events, part IIPedro Alves5-4/+112
2023-02-15GC get_active_ext_langPedro Alves2-10/+0
2023-02-15Don't throw quit while handling inferior eventsPedro Alves3-0/+155
2023-02-15Add new "$_shell(CMD)" internal functionPedro Alves5-5/+198
2023-02-15Make "ptype INTERNAL_FUNCTION" in Ada print like other languagesPedro Alves2-2/+7
2023-02-15Fix "ptype INTERNAL_FUNC" (PR gdb/30105)Pedro Alves4-97/+49
2023-02-15gdb/dwarf2: split .debug_names reading code to own fileSimon Marchi4-1028/+1087
2023-02-15gdb/dwarf2: split .gdb_index reading code to own fileSimon Marchi4-845/+925
2023-02-15gdb/dwarf2: move some things to read.hSimon Marchi2-160/+193
2023-02-15gdb: fix dealloc function not being called for frame 0Simon Marchi1-8/+21
2023-02-15gdb: store internalvars in an std::mapSimon Marchi1-27/+28
2023-02-15gdb: add constructor to internalvarSimon Marchi1-5/+7
2023-02-15gdb: use std::string for internalvar::nameSimon Marchi1-10/+10
2023-02-15Do not record a rejected target descriptionTom Tromey1-1/+4
2023-02-15gdb/manual: Move @findex entriesPedro Alves1-165/+165
2023-02-15gdb, fortran: Fix quad floating-point type for ifort compiler.Felix Willgerodt1-1/+3
2023-02-14Remove a use of pagination_enabledTom Tromey1-6/+0
2023-02-14gdb/dwarf2: rename some things, index -> gdb_indexSimon Marchi1-34/+35
2023-02-14gdb: cast return value of std::unique_ptr::release to voidSimon Marchi1-2/+5
2023-02-14gdb: remove unnecessary tui directory check in configureSimon Marchi2-22/+18
2023-02-14Do not cast away const in agent_run_commandTom Tromey1-5/+2