summaryrefslogtreecommitdiff
path: root/src/base/remote_gdb.cc
AgeCommit message (Expand)Author
2008-07-01Change everything to use the cached virtPort rather than created their own ea...Ali Saidi
2007-10-02Remote GDB: Get rid of an unwanted delete in SE.Gabe Black
2007-01-30sizeof with a pointer to dynamically allocated memory will return the size of...Gabe Black
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26make our code a little more standards compliantAli Saidi
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-11-10fix endian issues with condition codesAli Saidi
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-28Fix remote gdb buffer overflow.Steve Reinhardt
2006-06-08add write/read functions that have endian conversions in themAli Saidi
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