aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Return void from tui_show_frame_infoTom Tromey2-11/+7
2024-02-08Remove redundant check from tui_refresh_frame_and_register_informationTom Tromey1-3/+2
2024-02-08Remove tui_refreshing_registersTom Tromey1-14/+2
2024-02-08Simplify tui_data_win::erase_data_contentTom Tromey2-13/+11
2024-02-08Remove the TUI register window rerender overloadTom Tromey2-37/+28
2024-02-08Simplify update_register_dataTom Tromey1-36/+21
2024-02-08Move scrollok call in register windowTom Tromey1-4/+4
2024-02-08Change tui_register_info::visible to a methodTom Tromey2-20/+5
2024-02-08Rename tui_data_item_window -> tui_register_infoTom Tromey2-15/+12
2024-02-08Simplify tui_data_window::show_register_groupTom Tromey2-77/+57
2024-02-08Minor C++ cleanups in tui-regs.cTom Tromey1-5/+3
2024-02-08Use pop_back in tui_register_formatTom Tromey1-1/+1
2024-02-08Allow calling of C++ methods from pythonHannes Domani3-2/+40
2024-02-08gdb: Fix building with clangJens Remus1-2/+2
2024-02-08x86-64: Add R_X86_64_CODE_6_GOTTPOFFH.J. Lu15-45/+371
2024-02-08PR 31283 windmc: Parse input correctly on big endian hostsRichard W.M. Jones4-4/+259
2024-02-08Automatic date update in version.inGDB Administrator1-1/+1
2024-02-07Raise exception if ambiguous name is used in gdb.parameterHannes Domani5-4/+58
2024-02-07Fix raw-frame-arguments in combination with frame-filtersHannes Domani6-10/+83
2024-02-07Remove use of scoped_restore_tmpl from scoped_restore_warning_hookCiaran Woodward2-2/+15
2024-02-07asan: NULL dereference in _bfd_mips_final_write_processingAlan Modra1-20/+19
2024-02-07memory leak in objdump disassemble_sectionAlan Modra1-3/+2
2024-02-06gas: x86: ginsn: handle sub-QWORD ALU with imm and MOV ops correctlyIndu Bhagat5-96/+149
2024-02-07Automatic date update in version.inGDB Administrator1-1/+1
2024-02-06gdb: remove core_bfd macroSimon Marchi18-181/+213
2024-02-06x86: Warn .insn instruction with length > 15 bytesH.J. Lu3-2/+19
2024-02-06gdb: LoongArch: Implement the get_syscall_number gdbarch methodTiezhu Yang1-0/+28
2024-02-06gdb: LoongArch: Add LBT extension supportFeiyang Chen10-0/+283
2024-02-06gdb: LoongArch: Add vector extensions supportHui Li12-0/+641
2024-02-06Link x86-64 mark-plt-1.so with --no-as-neededAlan Modra1-1/+1
2024-02-06Automatic date update in version.inGDB Administrator1-1/+1
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-05Fix disabling of year 2038 support on 32-bit hosts by defaultThiago Jung Bauermann2-2/+4
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-05Automatic date update in version.inGDB Administrator1-1/+1
2024-02-04Use reference result of emplace_backTom Tromey12-55/+25
2024-02-04LoongArch: gas: Fix the types of symbols referred with %le_*_r in the symtabXi Ruoyao3-0/+12
2024-02-04Automatic date update in version.inGDB Administrator1-1/+1
2024-02-03Automatic date update in version.inGDB Administrator1-1/+1
2024-02-02gdb: attach to a process when the executable has been deletedAndrew Burgess4-0/+99
2024-02-02x86: Disallow instructions with length > 15 bytesH.J. Lu6-32/+40
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-02x86: move Q-suffix-to-REX.W translation logicJan Beulich1-17/+20
2024-02-02x86: actually implement .nooptJan Beulich7-19/+51