| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
caches with data caches after writing to memory. This typically
is required to make breakpoints work on ia64 and powerpc. For
those architectures the function is implemented.
Notes:
svn path=/head/; revision=170473
|
| |
|
|
|
|
|
|
| |
try again. This way it matches the console behaviour and allows us
to share more code.
Notes:
svn path=/head/; revision=158948
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139778
|
|
|
backend improves over the old GDB support in the following ways:
o Unified implementation with minimal MD code.
o A simple interface for devices to register themselves as debug
ports, ala consoles.
o Compression by using run-length encoding.
o Implements GDB threading support.
Notes:
svn path=/head/; revision=131899
|