aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand4-554/+0
2019-08-14AArch64: Allow additional sizes in prologueAlan Hayward2-0/+119
2019-07-26[gdb/testsuite] Fix unterminated string in i386-pkru.expTom de Vries1-1/+1
2019-07-23[gdb][Arm]: gdb cannot step across CMSE secure entry function code.Srinath Parvathaneni2-0/+100
2019-07-19gdb/riscv: Write 4-byte nop to dummy code region before inferior callsAndrew Burgess2-0/+85
2019-07-09gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess2-0/+70
2019-06-05gdb/testsuite: Improve comments in recently added testAndrew Burgess2-2/+2
2019-06-05gdb/riscv: Don't error when decoding a 6 or 8 byte instructionAndrew Burgess4-0/+176
2019-05-22AArch64: Treat pauth ops as nops on non-pauth systemsAlan Hayward2-0/+79
2019-05-21[gdb/testsuite] Require c++11 where necessaryTom de Vries1-1/+1
2019-05-09[gdb/testsuite] Fix gdb.arch/amd64-tailcall-self.STom de Vries1-12/+12
2019-05-09[gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.STom de Vries1-13/+13
2019-04-24Fix passing of struct with bitfields on x86-64Tom Tromey2-0/+20
2019-04-15Fix AMD64 return value ABI in expression evaluationLeszek Swirski2-0/+163