about summary refs log tree commit diff
path: root/helpers.hh
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-10-15 18:24:14 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-10-15 18:26:47 +0900
commit06dff5537cf4b304aaaa7ea55b5899138fc3b8f4 (patch)
tree8870a263b6f241e402c12e2bd5fb66f1162d3621 /helpers.hh
parent5562397b73d4cde06e773f00485e16406853e1fd (diff)
downloadtaosc-06dff5537cf4b304aaaa7ea55b5899138fc3b8f4.tar.gz
Refactor C++ stuff
Constantize all the things!
Diffstat (limited to 'helpers.hh')
-rw-r--r--helpers.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.hh b/helpers.hh
index 0c015b1..9843418 100644
--- a/helpers.hh
+++ b/helpers.hh
@@ -33,7 +33,7 @@ char const* parse_args (int, char const* const*);
 /// then terminate the program with exit code 1
 void die_for (Dyninst::Address, std::string const&);
 
-/// Find block containing given address
+/// Aggressively search for the block spanning the given address
 Dyninst::ParseAPI::Block* find_block (Dyninst::ParseAPI::SymtabCodeSource&,
                                       Dyninst::ParseAPI::CodeObject&,
                                       Dyninst::Address);