diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 30 insertions, 3 deletions
@@ -1,11 +1,31 @@ -2008-05-06 Jim Keniston <jkenisto@us.ibm.com> +2008-05-13 Ananth N Mavinakayanahalli <ananth@in.ibm.com> + PR 5955. + * parse.cxx (parser::parse_global): accept ";" terminated globals + * NEWS - update documentation + * testsuite/systemtap.base/global_vars.(stp/exp) - supporting tests + * testsuite/parseko/twenty(four/five).stp - supporting tests +2008-05-12 Jim Keniston <jkenisto@us.ibm.com> + + PR 4311 - Function boundary tracing without debuginfo: Phase II + Merged dwarfless branch into mainline. But first... + * runtime/regs.c: Removed register name:value lookup facility. + Moved basically all register-lookup code to the i686 and x86_64 + registers.stp tapsets. Args stuff shared between i386 and + x86_64 remains in regs.c. + * tapset/{i686,x86_64}/registers.stp: Moved register-lookup + code from runtime/regs.c to here. + +2008-05-12 Jim Keniston <jkenisto@us.ibm.com> + + (2008-05-06 in dwarfless branch) PR 4311 - Function boundary tracing without debuginfo: Phase II * stapfuncs.5.in: Added sections on CPU REGISTERS and NUMBERED FUNCTION ARGUMENTS. -2008-05-05 Jim Keniston <jkenisto@us.ibm.com> +2008-05-12 Jim Keniston <jkenisto@us.ibm.com> + (2008-05-05 in dwarfless branch) PR 4311 - Function boundary tracing without debuginfo: Phase II * runtime/regs.c: Added register name:value lookup facility. Added support for register and arg lookup for i386 and x86_64. @@ -16,8 +36,9 @@ * tapset/nd_syscall.stp: syscall.stp migrating toward numbered args rather than named args. -2008-04-18 Jim Keniston <jkenisto@us.ibm.com> +2008-05-12 Jim Keniston <jkenisto@us.ibm.com> + (2008-04-18 in dwarfless branch) PR 4311 - Function boundary tracing without debuginfo: Phase I * tapsets.cxx: Major rework of dwflpp, dwarf_query, and related code to make do with elf info if dwarf info is absent, or @@ -28,6 +49,12 @@ * hash.cxx, session.h, stap.1.in: Added --kelf, --kmap, --ignore-vmlinux, and --ignore-dwarf. * testsuite/{semok,semko}/nodwf*.stp + +2008-05-07 Frank Ch. Eigler <fche@elastic.org> + + PR 6492. + * main.cxx (main): let -l imply -w. + 2008-05-05 Frank Ch. Eigler <fche@elastic.org> PR 444886. From <crquan@gmail.com>: |