diff options
author | fche <fche> | 2005-10-10 21:01:26 +0000 |
---|---|---|
committer | fche <fche> | 2005-10-10 21:01:26 +0000 |
commit | 59bafbe8c43306a7abc9f6949c591ecf6586a244 (patch) | |
tree | 504381a54b462b71e1424c69500bcf855383879b /tapsets.cxx | |
parent | 78110925d761f8b02d25d9987604f060aee9a9c4 (diff) | |
download | systemtap-steved-59bafbe8c43306a7abc9f6949c591ecf6586a244.tar.gz systemtap-steved-59bafbe8c43306a7abc9f6949c591ecf6586a244.tar.xz systemtap-steved-59bafbe8c43306a7abc9f6949c591ecf6586a244.zip |
2005-10-10 Frank Ch. Eigler <fche@elastic.org>
* elaborate.cxx (match_node::bind): Improve error message.
(register_library_aliases): Catch and verbosify error message.
(semantic_pass): Provide a back-up exception catcher.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 5a7a0726..b079ec59 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -1241,6 +1241,8 @@ dwflpp fprintf(memstream, "if (0) goto deref_fault;\n"); // XXX: deref flag not reliable; emit fault label unconditionally + // XXX: print the faulting address, like the user_string/kernel_string + // tapset functions do if (deref) ; fprintf(memstream, "deref_fault:\n" |