summaryrefslogtreecommitdiffstats
path: root/src/htm.h
diff options
context:
space:
mode:
authorCyril Bur <cyrilbur@gmail.com>2018-02-14 15:27:42 +1100
committerAlistair Popple <alistair@popple.id.au>2018-02-16 16:22:23 +1100
commit2f0db42bf79bb0e91cc424dcb71ba78ff4766526 (patch)
tree880fb714f171083f6e1da4a66b7fcdc3af73bc6b /src/htm.h
parent01b39f4737a7e3a5bb9d1e01d6e1f18d20a5b739 (diff)
downloadpdbg-2f0db42bf79bb0e91cc424dcb71ba78ff4766526.tar.gz
pdbg-2f0db42bf79bb0e91cc424dcb71ba78ff4766526.zip
main: Add HTM functions to deal with Core HTM
This commit also updates the README to only reference the new commands Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Diffstat (limited to 'src/htm.h')
-rw-r--r--src/htm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htm.h b/src/htm.h
index b454acc..fef569e 100644
--- a/src/htm.h
+++ b/src/htm.h
@@ -25,3 +25,5 @@ int run_htm_reset(int optind, int argc, char *argv[]);
int run_htm_dump(int optind, int argc, char *argv[]);
int run_htm_trace(int optind, int argc, char *argv[]);
int run_htm_analyse(int optind, int argc, char *argv[]);
+
+int run_htm(int optind, int argc, char *argv[]);
OpenPOWER on IntegriCloud