]> sourceware.org Git - systemtap.git/commit - staptree.cxx
2006-04-09 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Mon, 10 Apr 2006 04:53:03 +0000 (04:53 +0000)
committerhunt <hunt>
Mon, 10 Apr 2006 04:53:03 +0000 (04:53 +0000)
commitdc0b623a28b4185e155f16a9cf63a8f22c528b5f
tree335e23bf57e912c02660c7b185d6688fc8058bcb
parente06d0f85845165d3d9333fe9e98deade672cd4c8
2006-04-09  Martin Hunt  <hunt@redhat.com>
Add binary printf support.

* elaborate.cxx (visit_print_format): Don't include
conv_literal or conv_size  in components vector.
Add conv_binary to switch statement.

* translate.cxx (visit_print_format): Eliminate
special cast to (long long) for pe_long because new
vsnprintf uses int64_t.

* staptree.h (struct print_format): Add conv_binary and conv_size.

* staptree.cxx (components_to_string): Add conv_binary case.
Add conv_size case.
(string_to_components): Add cases for 'b' and 'n'
ChangeLog
elaborate.cxx
staptree.cxx
staptree.h
systemtap.spec.in
translate.cxx
This page took 0.027139 seconds and 5 git commands to generate.