diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -154,6 +154,13 @@ 2008-08-11 Frank Ch. Eigler <fche@elastic.org> + * tapsets.cxx (translate_final_fetch_or_store): Reject some + unhandleable types such as floats. + (dwarf_var...visit_target_symbol): Tweak logic of $$var expansion + to quietly skip over any $context variables that cause exceptions. + +2008-08-11 Frank Ch. Eigler <fche@elastic.org> + * tapsets.cxx (dwarf_var_expanding...visit_target_symbol): Don't add a \n at the end of $$vars/$$parms/$$locals. @@ -190,6 +197,19 @@ * Makefile.in: Regenerated. 2008-08-09 Frank Ch. Eigler <fche@elastic.org> + + * main.cxx (main): Don't override $PATH etc. + * tapsets.cxx (base_query ctor, dwarf_builder::build, + itrace_builder, utrace_derived_probe): Use find_executable() + to resolve FOO path in process("FOO"). + * util.cxx (find_executable): Duplicate execvp logic. + +2008-08-09 Frank Ch. Eigler <fche@elastic.org> + + * util.cxx (find_executable): Reorganize, simplify, canonicalize. + * util.h, hash.cxx: Corresponding changes. + +2008-08-09 Frank Ch. Eigler <fche@elastic.org> * Makefile.am (example index): Only warn and instruct on index regeneration. Do not actually perform it as the source tree |