1. 6bccc9e base: Tag API methods in remote_gdb.hh by Hoa Nguyen · 4 years, 7 months ago
  2. d60d32f base: Delete authors lists from files in base. by Gabe Black · 5 years ago
  3. af5a23a base: add support for GDB's XML architecture definition by Ciro Santilli · 6 years ago
  4. cb5479e base: increase the GDB buffer size dynamically by Ciro Santilli · 6 years ago
  5. ecec887 sim, arch, base: Refactor the base remote GDB class. by Gabe Black · 7 years ago
  6. 55f7076 sim, gdb: Refactor some Event subclasses into lambdas by Sean Wilson · 8 years ago
  7. c2baaab cpu, sim: Add param to force CPUs to wait for GDB by Jose Marinho · 8 years ago
  8. 41ab3e6 base: Refactor the GDB code. by Gabe Black · 8 years ago
  9. 7c94dc2 misc: Make the remote GDB stub more resilient to bad connections. by Gabe Black · 8 years ago
  10. d765dbf arm: remote GDB: rationalize structure of register offsets by Boris Shingarov · 9 years ago
  11. 4a8a0a0 misc: Generalize GDB single stepping. by Gabe Black · 10 years ago
  12. 16c9b41 misc: Add some utility functions for schedule inst commit events. by Gabe Black · 10 years ago
  13. cddf988 misc: Rename the GDB "Event" event class to InputEvent. by Gabe Black · 10 years ago
  14. f9f46b8 sim: Ensure GDB interrupts the simulation at an instruction boundary. by Gabe Black · 10 years ago
  15. fe48c0a misc: Make the GDB register cache accessible in various sized chunks. by Gabe Black · 10 years ago
  16. 2d9dae0 sim: Make it possible to override the breakpoint length check. by Gabe Black · 10 years ago
  17. b00949d MEM: Enable multiple distributed generalized memories by Andreas Hansson · 13 years ago
  18. 7d4f187 clang: Enable compiling gem5 using clang 2.9 and 3.0 by Koan-Sin Tan · 13 years ago
  19. 7a3a373 Alpha: warn_once about broken PAL breakpoints. by Steve Reinhardt · 13 years ago
  20. 39a0556 includes: sort all includes by Nathan Binkert · 14 years ago
  21. f131553 Initial work to make remote gdb available in SE mode. This is completely untested. by Gabe Black · 18 years ago
  22. 42c73c6 Make a function to say how big gdbregs is in bytes vs. regs. by Gabe Black · 18 years ago
  23. 54e22bf Broke remote_gdb into a base class and architecture specific derived classes. by Gabe Black · 18 years ago
  24. 85a6079 Remote GDB support has been changed to use inheritance. Alpha should work, but isn't tested. Other architectures will not. by Gabe Black · 18 years ago
  25. 74e80fc Some touchup to the reorganized includes and "using" directives. by Gabe Black · 19 years ago
  26. eb0e416 Change ExecContext to ThreadContext. This is being renamed to differentiate between the interface used objects outside of the CPU, and the interface used by the ISA. ThreadContext is used by objects outside of the CPU and is specifically defined in thread_context.hh. ExecContext is more implicit, and is defined by files such as base_dyn_inst.hh or cpu/simple/base.hh. by Kevin Lim · 19 years ago
  27. cb0cf2d Updated Authors from bk prs info by Ali Saidi · 19 years ago
  28. ba2eae5 New directory structure: by Steve Reinhardt · 19 years ago[Renamed from base/remote_gdb.hh]
  29. 3f7979c Made Addr a global type by Gabe Black · 19 years ago
  30. 463aa6d Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths. by Gabe Black · 19 years ago
  31. b6d2555 Make it easier to attach the remote debugger. by Nathan Binkert · 19 years ago
  32. ad8b963 Many files: Update copyright dates and author list by Steve Reinhardt · 20 years ago
  33. 2f31608 Updated Copyright with information in bitkeeper changelogs by Ali Saidi · 21 years ago
  34. b1221a3 Remote debugging cleanup and internal debugging support by Nathan Binkert · 21 years ago
  35. f5da73b Initial support for CPU switching. New SamplingCPU object encompasses a set by Steve Reinhardt · 21 years ago
  36. 4759c20 Remove all of the Tru64 specific stuff from the base System object by Nathan Binkert · 21 years ago
  37. 25693e9 Make include paths explicit and update makefile accordingly. by Steve Reinhardt · 21 years ago
  38. 92638f9 Import changeset by Steve Raasch · 21 years ago