aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-10Move definition of ctf_target typeTom Tromey1-30/+30
2023-07-10Constify tfile_interp_lineTom Tromey1-4/+4
2023-07-10Use function_view in traceframe_walk_blocksTom Tromey1-32/+18
2023-07-10Use unique_ptr for trace_dirnameTom Tromey1-5/+4
2023-07-10Use unique_ptr for trace_filenameTom Tromey1-7/+6
2023-07-10Replace use of xfree with byte_vectorTom Tromey1-4/+1
2023-07-10Remove a use of xfreeTom Tromey1-7/+4
2023-07-10Avoid crash with absolute symbolTom Tromey1-1/+2
2023-07-10gdbserver: handle all eval_result_type values in tracepoint.ccAndrew Burgess3-18/+50
2023-07-10gdb/testsuite: avoid stack addresses in test namesAndrew Burgess1-1/+2
2023-07-10gdb/testsuite: return after reporting a test unsupportedAndrew Burgess1-0/+1
2023-07-10gdb: include location number in breakpoint error messageAndrew Burgess3-15/+45
2023-07-10gdb/testsuite: Testing with the nvfortran compilerRichard Bunt2-8/+22
2023-07-10Automatic date update in version.inGDB Administrator1-1/+1
2023-07-09PR30592 objcopy: allow --set-section-flags to add or remove SHF_X86_64_LARGEFangrui Song13-10/+155
2023-07-09Automatic date update in version.inGDB Administrator1-1/+1
2023-07-07gdb/cp-namespace.c: Fix assert failure caused by malformed user inputAaron Merey2-2/+9
2023-07-08Automatic date update in version.inGDB Administrator1-1/+1
2023-07-07Fix result of DAP setExpressionTom Tromey2-2/+14
2023-07-07Remove unchecked casts to mi_interpTom Tromey3-27/+39
2023-07-07gdb: check max-value-size when reading strings for printfAndrew Burgess9-5/+100
2023-07-07gdb: remove last alloca call from printcmd.cAndrew Burgess1-17/+13
2023-07-07gdb: remove two uses of alloca from printcmd.cAndrew Burgess1-27/+22
2023-07-07gdb: fix printf of wchar_t early in a gdb sessionAndrew Burgess5-9/+71
2023-07-07ld: fix build with old glibc / gccJan Beulich1-2/+2
2023-07-07arc: Update/Add ARCv3 support.Claudiu Zissulescu1-2/+28
2023-07-07gdb/testsuite: fix license on recently added fileAndrew Burgess1-3/+2
2023-07-07Udated Freach and Romainian translations for various sub-directoriesNick Clifton6-10572/+12318
2023-07-07Minor updates to release readmeNick Clifton1-1/+15
2023-07-07Automatic date update in version.inGDB Administrator1-1/+1
2023-07-06Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525)Pedro Alves2-22/+35
2023-07-06riscv: Ensure LE instruction fetchingBranislav Brzak1-2/+2
2023-07-06Fix Solaris regression (PR tdep/30252)Pedro Alves1-21/+25
2023-07-06ld: fix plugin tests for MIPS PICYunQiang Su10-0/+10
2023-07-06Use run_host_cmd to run $CC and other no-section-header test fixesAlan Modra7-54/+54
2023-07-06Re: Stop the linker's --dependency-file option from including temporary lto f...Alan Modra1-0/+2
2023-07-06ld: Use run_host_cmd_yesno in indirect.exp instead of catch execYunQiang Su1-4/+1
2023-07-06ld: Use [list ] syntax to define run_tests in indirect.expYunQiang Su1-62/+62
2023-07-06Automatic date update in version.inGDB Administrator1-1/+1
2023-07-05Align linkerscript symbols according to ABIAndreas Krebbel3-19/+33
2023-07-05Automatic date update in version.inGDB Administrator1-1/+1
2023-07-04x86: optimize 128-bit VPBROADCASTQ to VPUNPCKLQDQJan Beulich9-3/+41
2023-07-04x86: optimize pre-AVX512 {,V}PCMPGT* with identical sourcesJan Beulich16-21/+485
2023-07-04x86: optimize pre-AVX512 {,V}PCMPEQQ with identical sourcesJan Beulich9-5/+52
2023-07-04x86: flag bad EVEX masking for miscellaneous insnsJan Beulich8-44/+55
2023-07-04x86: flag EVEX masking when destination is GPR(-like)Jan Beulich3-1/+24
2023-07-04x86: flag EVEX.z set when destination is memoryJan Beulich3-0/+11
2023-07-04x86: flag EVEX.z set when destination is a mask registerJan Beulich3-0/+16
2023-07-04x86: re-work EVEX-z-without-masking checkJan Beulich2-12/+9
2023-07-04gdb: add __repr__() implementation to a few Python typesMatheus Branco Borella12-19/+329