aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-24gdb/riscv: select rv32 target by default when requestedAndrew Burgess1-0/+59
2021-02-18gdb/testsuite: only run gdb.arch/i386-biarch-core.exp on suitable targetsAndrew Burgess1-0/+5
2021-01-28[gdb/testsuite] Fix gdb.arch/i386-gnu-cfi.expTom de Vries1-7/+19
2021-01-28[gdb/testsuite] Fix g0 search in gdb.arch/i386-sse-stack-align.expTom de Vries3-27/+28
2021-01-27GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson1-0/+81
2021-01-20Fix a few stap parser issues and add a new test for probe expressionsSergio Durigan Junior2-0/+111
2021-01-19[gdb/testsuite] Fix gdb.arch/i386-mpx.exp with -m32Tom de Vries1-1/+1
2021-01-12[gdb/testsuite] Add have_mpx in lib/gdb.expTom de Vries10-313/+120
2021-01-12aarch64: Add support for bfloat16 in gdb.Srinath Parvathaneni1-0/+25
2021-01-11[gdb/testsuite] Fix gdb.arch/amd64-stap-three-arg-disp.STom de Vries1-3/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker288-288/+288
2020-12-16Fix TBI handling for watchpointsLuis Machado2-11/+24
2020-12-11[gdb/testsuite] Update gdb.arch/i386-mpx-call.exp for -m32Tom de Vries1-3/+28
2020-12-08[gdb/testsuite] Simplify gdb.arch/amd64-gs_base.expTom de Vries1-26/+2
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-1/+1
2020-12-04[gdb/testsuite] Make gdb.arch/amd64-gs_base.exp unsupported for i386Tom de Vries1-1/+25
2020-12-02gdb/riscv: remove csr aliases created with DECLARE_CSR_ALIASAndrew Burgess1-4/+0
2020-12-02gdb/riscv: place unknown csrs into the correct register groupsAndrew Burgess1-9/+30
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-1/+1
2020-10-13gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves3-6/+6
2020-10-13'runto main' -> 'runto_main' throughoutPedro Alves1-1/+1
2020-10-13PowerPC testsuite fails and duplicatesAlan Modra12-137/+6
2020-10-13Re: gdb: Improve formatting of 'show architecture' messagesAlan Modra5-9/+9
2020-09-18gdb: Update i386_analyze_prologue to skip endbr32Victor Collod2-3/+3
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt2-0/+238
2020-08-27gdb/testsuite: make test names unique in gdb.arch/*.expAndrew Burgess8-186/+188
2020-08-25arc: Add ARCv2 XML target along with refactoringShahab Vahedi1-2/+2
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess5-9/+9
2020-07-13Fix gdb.arch/i386-sse.exp with clangGary Benson1-1/+1
2020-06-25gdb/riscv: Loop over all registers for 'info all-registers'Andrew Burgess1-3/+7
2020-06-25gdb/riscv: Record information about unknown tdesc registersAndrew Burgess1-2/+3
2020-06-25gdb/riscv: Improve support for matching against target descriptionsAndrew Burgess5-0/+359
2020-06-25gdb/riscv: Take CSR names from target descriptionAndrew Burgess1-1/+38
2020-06-25gdb/riscv: Improved register alias name creationAndrew Burgess4-0/+285
2020-06-24W/ Clang, compile/link C++ test programs with "-x c++"Pedro Alves1-1/+2
2020-05-29Fix file-not-found error with clang in gdb.arch/i386-{avx,sse}.cGary Benson2-2/+2
2020-05-27Fix some duplicate test namesLuis Machado5-56/+62
2020-05-06gdb: handle endbr64 instruction in amd64_analyze_prologueSimon Marchi2-0/+86
2020-05-02[gdb/testsuite] Fix i386-mpx.exp compilation warningsTom de Vries5-0/+20
2020-03-12gdb: make gdb.arch/amd64-disp-step-avx.exp actually test displaced steppingSimon Marchi2-1/+12
2020-02-28Fix SVE-related failure in gdb.arch/aarch64-fp.expLuis Machado1-6/+6
2020-02-28Fix gdb.arch/aarch64-dbreg-contents.exp build failuresLuis Machado1-0/+4
2020-02-28Harden gdb.arch/aarch64-pauth.exp and fix a failureLuis Machado1-1/+6
2020-02-03gdb: fix powerpc disassembly testsRogerio Alves4-19/+15
2020-01-29Test handling of additional brk instruction patternsLuis Machado2-0/+100
2020-01-01Update copyright year range in all GDB files.Joel Brobecker279-279/+279
2019-11-21gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64Lukas Durfina1-0/+5
2019-11-01[ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado2-0/+84
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries2-32/+16
2019-09-24[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUsTom de Vries1-2/+17