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
/
base
/
remote_gdb.hh
Age
Commit message (
Expand
)
Author
2018-01-20
sim, arch, base: Refactor the base remote GDB class.
Gabe Black
2017-07-12
sim, gdb: Refactor some Event subclasses into lambdas
Sean Wilson
2017-07-12
cpu, sim: Add param to force CPUs to wait for GDB
Jose Marinho
2017-05-18
base: Refactor the GDB code.
Gabe Black
2017-05-12
misc: Make the remote GDB stub more resilient to bad connections.
Gabe Black
2015-12-18
arm: remote GDB: rationalize structure of register offsets
Boris Shingarov
2014-12-05
misc: Generalize GDB single stepping.
Gabe Black
2014-12-05
misc: Add some utility functions for schedule inst commit events.
Gabe Black
2014-12-05
misc: Rename the GDB "Event" event class to InputEvent.
Gabe Black
2014-12-05
sim: Ensure GDB interrupts the simulation at an instruction boundary.
Gabe Black
2014-12-05
misc: Make the GDB register cache accessible in various sized chunks.
Gabe Black
2014-12-03
sim: Make it possible to override the breakpoint length check.
Gabe Black
2012-04-06
MEM: Enable multiple distributed generalized memories
Andreas Hansson
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2012-01-16
Alpha: warn_once about broken PAL breakpoints.
Steve Reinhardt
2011-04-15
includes: sort all includes
Nathan Binkert
2006-12-20
Initial work to make remote gdb available in SE mode. This is completely unte...
Gabe Black
2006-11-08
Make a function to say how big gdbregs is in bytes vs. regs.
Gabe Black
2006-11-07
Broke remote_gdb into a base class and architecture specific derived classes.
Gabe Black
2006-11-06
Remote GDB support has been changed to use inheritance. Alpha should work, bu...
Gabe Black
2006-08-15
Some touchup to the reorganized includes and "using" directives.
Gabe Black
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt