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