diff options
author | roland <roland> | 2005-08-31 03:19:49 +0000 |
---|---|---|
committer | roland <roland> | 2005-08-31 03:19:49 +0000 |
commit | 3cf0e05e004a4cf3ac80269feb99dd10eebdbc3f (patch) | |
tree | 31879c0f6f2523a531ec22f5743efe585d269010 | |
parent | 0ac318baf18c2e24818f4f711ffe9328daa83e24 (diff) | |
download | systemtap-steved-3cf0e05e004a4cf3ac80269feb99dd10eebdbc3f.tar.gz systemtap-steved-3cf0e05e004a4cf3ac80269feb99dd10eebdbc3f.tar.xz systemtap-steved-3cf0e05e004a4cf3ac80269feb99dd10eebdbc3f.zip |
.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,10 +1,15 @@ +2005-08-30 Roland McGrath <roland@redhat.com> + + * Makefile.am (install-data-local): Use mkdir -p, not -mkdir. + * Makefile.in: Regenerated. + 2005-08-30 Graydon Hoare <graydon@redhat.com> * tapsets.cxx (dwflpp::literal_stmt_for_local): Handle dwarf pointer-to-1-byte-means-char case (found in PR 1187) * parse.cxx (parse_symbol): Eliminate use of "." from target symbol parser, conflicting with string concatenation operator. - * staptree.h (target_symbol::component_type) Eliminate + * staptree.h (target_symbol::component_type) Eliminate comp_struct_pointer_member, since . and -> are considered the same now. * staptree.cxx (target_symbol::print): Likewise. @@ -21,7 +26,7 @@ 2005-08-29 Graydon Hoare <graydon@redhat.com> PR translator/1265 - * tapsets.cxx + * tapsets.cxx (func_info::decl_file) (func_info::decl_line) (inline_instance_info::decl_file) @@ -33,7 +38,7 @@ (query_statement): Pass func, file, line through. (query_inline_instance_info): Likewise. (query_func_info): Likewise. - (query_srcfile_line): Query statement lines if + (query_srcfile_line): Query statement lines if statement_str exists, rather than *_info. (query_dwarf_inline_instance): Extract file and line. (query_dwarf_func): Likewise. |