aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-15Remove RETURNS from BFD chew commentsTom Tromey7-51/+26
2023-02-15Use @deftypefn in chew outputTom Tromey4-14/+59
2023-02-15Change internalmode to be an intrinsic variableTom Tromey3-19/+50
2023-02-15Use intptr_t rather than long in chewTom Tromey2-6/+13
2023-02-15Remove the paramstuff wordTom Tromey3-81/+6
2023-02-15Add copyright headers to the .str filesTom Tromey3-0/+39
2023-02-15Simplify @node use in BFD documentationTom Tromey3-29/+35
2023-02-15Remove H_CFLAGS from doc/local.mkTom Tromey3-2/+7
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-15objdump read_section_stabsAlan Modra1-63/+33
2023-02-15objdump -G memory leakAlan Modra1-1/+4
2023-02-15Fix the linker's merge4 test for the HPPA architecture.Nick Clifton2-5/+12
2023-02-15gdb, fortran: Fix quad floating-point type for ifort compiler.Felix Willgerodt1-1/+3
2023-02-15gas: buffer_and_nest() needs to pass nul-terminated string to temp_ilp()Jan Beulich1-5/+5
2023-02-15More ecoff sanity checksAlan Modra1-20/+24
2023-02-15binutils stabs type listAlan Modra1-21/+15
2023-02-15Automatic date update in version.inGDB Administrator1-1/+1
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 Tromey5-13/+17
2023-02-14[gdb/testsuite] Add xfail in gdb.python/py-record-btrace.expTom de Vries1-1/+42
2023-02-14 Mention that the -plugin command line option is used to load plugins.Nick Clifton2-0/+8
2023-02-14[gdb/testsuite] Factor out proc linux_kernel_versionTom de Vries2-14/+29
2023-02-14ASCIZ Command for output sectionUlf Samuelsson10-3/+157
2023-02-14gas: correct symbol name comparison in .startof./.sizeof. handlingJan Beulich3-2/+7
2023-02-14x86: {LD,ST}TILECFG use an extension opcodeJan Beulich2-4/+4
2023-02-14gas: improve interaction between read_a_source_file() and s_linefile()Jan Beulich2-6/+10
2023-02-14Fix build bug in ppc-linux-nat.cTom Tromey1-1/+1
2023-02-14Automatic date update in version.inGDB Administrator1-1/+1
2023-02-13Rely on value_ref_ptr::operator->Tom Tromey6-21/+21
2023-02-13Remove deprecated_lval_hackTom Tromey28-122/+112
2023-02-13Introduce set_lval method on valueTom Tromey13-31/+35
2023-02-13Make ~value privateTom Tromey1-4/+6
2023-02-13Make struct value data members privateTom Tromey1-6/+2
2023-02-13Turn record_latest_value into a methodTom Tromey7-24/+21
2023-02-13Add value::set_modifiableTom Tromey2-2/+6
2023-02-13Turn various value copying-related functions into methodsTom Tromey16-197/+193
2023-02-13Turn preserve_one_value into methodTom Tromey4-17/+14
2023-02-13Turn some xmethod functions into methodsTom Tromey5-29/+29
2023-02-13Change some code to use value methodsTom Tromey1-14/+14
2023-02-13Turn set_value_component_location into methodTom Tromey5-24/+22
2023-02-13Turn value_non_lval and value_force_lval into methodsTom Tromey4-23/+26
2023-02-13Turn many optimized-out value functions into methodsTom Tromey37-272/+237
2023-02-13Turn value_copy into a methodTom Tromey10-49/+51