Age | Commit message (Expand) | Author |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s. | Gabe Black |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-01-22 | base: add support for GDB's XML architecture definition | Ciro Santilli |
2018-12-03 | base: increase the GDB buffer size dynamically | Ciro Santilli |
2018-02-02 | base: Fix unused function warning | Nikos Nikoleris |
2018-01-27 | base: Add an "override" to name() in the HardBreakpoint class. | Gabe Black |
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 |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-10-04 | misc: Adds a warning in case gdb is attached multiple times | Alexandru Dutu |
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-03 | sim: Make it possible to override the breakpoint length check. | Gabe Black |
2014-11-24 | misc: Another round of static analysis fixups | Andreas Hansson |
2012-09-10 | NetBSD: Build on NetBSD | Palle Lyckegaard |
2012-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-07 | Another merge with the main repository. | Gabe Black |
2011-12-13 | gcc: fix unused variable warnings from GCC 4.6.1 | Nathan Binkert |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in sim. | Gabe Black |
2011-11-02 | SE/FS: Get FULL_SYSTEM out of base/remote_gdb.cc. | 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 |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-11-08 | sim: Use forward declarations for ports. | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2008-09-19 | Check the return value of I/O operations for failure | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-08-03 | sockets: Add a function to disable all listening sockets. | Nathan Binkert |
2008-07-01 | Remove delVirtPort() and make getVirtPort() only return cached version. | Ali Saidi |
2008-07-01 | Change everything to use the cached virtPort rather than created their own ea... | Ali Saidi |
2007-10-02 | Remote GDB: Get rid of an unwanted delete in SE. | Gabe Black |
2007-01-30 | sizeof with a pointer to dynamically allocated memory will return the size of... | Gabe Black |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |