index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm
/
remote_gdb.cc
Age
Commit message (
Expand
)
Author
2018-01-20
arch, mem: Make the page table lookup function return a pointer.
Gabe Black
2018-01-20
sim, arch, base: Refactor the base remote GDB class.
Gabe Black
2017-10-17
arch-arm: Fix inverted 32/64-bit check in GDB
Boris Shingarov
2017-07-05
cpu: Added interface for vector reg file
Rekai Gonzalez-Alberquilla
2017-05-18
base: Refactor the GDB code.
Gabe Black
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2015-12-18
arm: remote GDB: rationalize structure of register offsets
Boris Shingarov
2015-03-02
arm: Correctly access the stack pointer in GDB
Andreas Sandberg
2015-03-02
arm: Fix broken page table permissions checks in remote GDB
Andreas Sandberg
2014-12-05
misc: Generalize GDB single stepping.
Gabe Black
2014-12-05
misc: Make the GDB register cache accessible in various sized chunks.
Gabe Black
2014-11-14
arm: Fixes based on UBSan and static analysis
Andreas Hansson
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2013-01-04
ARM: Keep a copy of the fpscr len and stride fields in the decoder.
Gabe Black
2012-05-25
Decode: Make the Decoder class defined per ISA.
Gabe Black
2011-11-02
SE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
Gabe Black
2011-09-09
Decode: Pull instruction decoding out of the StaticInst class into its own.
Gabe Black
2011-06-02
copyright: clean up copyright blocks
Nathan Binkert
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2010-11-15
ARM: Add support for GDB on ARM
William Wang