]> sourceware.org Git - systemtap.git/log
systemtap.git
18 years agobumping version number release-0.4
fche [Wed, 7 Sep 2005 20:16:38 +0000 (20:16 +0000)]
bumping version number

18 years agonone
fche [Wed, 7 Sep 2005 19:29:11 +0000 (19:29 +0000)]
none

18 years ago2005-09-07 Martin Hunt <hunt@redhat.com>
hunt [Wed, 7 Sep 2005 18:50:57 +0000 (18:50 +0000)]
2005-09-07  Martin Hunt  <hunt@redhat.com>

* stap.1.in: Document current "-c" and "-x" options.

18 years ago2005-09-07 Frank Ch. Eigler <fche@elastic.org>
fche [Wed, 7 Sep 2005 17:10:01 +0000 (17:10 +0000)]
2005-09-07  Frank Ch. Eigler  <fche@elastic.org>

* systemtap.spec.in: Remove kernel-debuginfo dependency.

18 years ago2005-09-07 Frank Ch. Eigler <fche@redhat.com>
fche [Wed, 7 Sep 2005 17:09:11 +0000 (17:09 +0000)]
2005-09-07  Frank Ch. Eigler  <fche@redhat.com>

* main.cxx (main): Choose getpid()-based module names.
* tapsets.cxx: Make timer.jiffies' use of task_pt_regs __i386__-only.

18 years ago2005-09-07 Frank Ch. Eigler <fche@redhat.com>
fche [Wed, 7 Sep 2005 14:19:10 +0000 (14:19 +0000)]
2005-09-07  Frank Ch. Eigler  <fche@redhat.com>

* stap.1.in: Oops, && and || do short-circuit.

18 years ago2005-09-06 Frank Ch. Eigler <fche@elastic.org>
fche [Wed, 7 Sep 2005 02:16:59 +0000 (02:16 +0000)]
2005-09-06  Frank Ch. Eigler  <fche@elastic.org>

* stap.1.in: Clarify absence of short-circuiting in && and ||.
* translate.cxx (emit_function): Improve "array locals" message.
* tapset/timestamp.stp: Add gettimeofday_us function.  Correct
arithmetic typing in other functions.
* stapfuncs.5.in: Document new function.

18 years ago2005-09-06 Martin Hunt <hunt@redhat.com>
hunt [Tue, 6 Sep 2005 20:19:30 +0000 (20:19 +0000)]
2005-09-06  Martin Hunt  <hunt@redhat.com>

* systemtap.spec.in: Bump elfutils_version to .115.

18 years ago.
roland [Tue, 6 Sep 2005 18:57:19 +0000 (18:57 +0000)]
.

18 years ago2005-09-05 Roland McGrath <roland@redhat.com>
roland [Tue, 6 Sep 2005 18:57:09 +0000 (18:57 +0000)]
2005-09-05  Roland McGrath  <roland@redhat.com>

* loc2c.h: Comment fix.

18 years ago2005-09-06 Frank Ch. Eigler <fche@elastic.org>
fche [Tue, 6 Sep 2005 18:11:41 +0000 (18:11 +0000)]
2005-09-06  Frank Ch. Eigler  <fche@elastic.org>

* configure.ac: Require elfutils 0.115+.
* tapsets.cxx: Restore graydon's PR 1244 code.
* testsuite/buildok/eighteen.stp: Correct typing.
* configure: Regenerated.

18 years agonone
fche [Tue, 6 Sep 2005 18:05:07 +0000 (18:05 +0000)]
none

18 years ago2005-09-06 Martin Hunt <hunt@redhat.com>
hunt [Tue, 6 Sep 2005 17:40:12 +0000 (17:40 +0000)]
2005-09-06  Martin Hunt  <hunt@redhat.com>

* tapset/context.stp: Add function target().
* stapfuncs.5.in (target): Document it.
* elaborate.h (struct systemtap_session): Add cmd and target_pid to
the struct.
* main.cxx (usage): Add secriptions of "-c" and "-x" options.
(main): Set s.cmd and s.target_pid.
* buildrun.cxx (stringify): Copy this utility func here too.
(run_pass): Add new options to set cmd and pid to the stpd
command line.

18 years ago2005-09-06 Martin Hunt <hunt@redhat.com>
hunt [Tue, 6 Sep 2005 17:13:56 +0000 (17:13 +0000)]
2005-09-06  Martin Hunt  <hunt@redhat.com>

* librelay.c: Remove all USE_PROCFS ifdefs.
(sig_usr): Signal handler for SIGUSR1.
(start_cmd): New function to handle "-c" option, forks()
off a new process then waits for SIGUSR1 to exec it.
(init_stp): Call start_cmd().
(stp_main_loop): Set a signal handler for SIGCHLD.

* stpd.c (main): Add "-t" and "-c" options.
(usage): Update with new options.

18 years ago2005-09-06 Martin Hunt <hunt@redhat.com>
hunt [Tue, 6 Sep 2005 17:13:30 +0000 (17:13 +0000)]
2005-09-06  Martin Hunt  <hunt@redhat.com>

* transport.c (_stp_handle_start): Always reply to
a start message with STP_START.

18 years ago2005-09-06 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 6 Sep 2005 16:02:50 +0000 (16:02 +0000)]
2005-09-06  Frank Ch. Eigler  <fche@redhat.com>

* tapsets.cxx (emit_probe_entries): Disable fault_handler for now.

18 years ago2005-09-05 Frank Ch. Eigler <fche@elastic.org>
fche [Tue, 6 Sep 2005 01:15:24 +0000 (01:15 +0000)]
2005-09-05  Frank Ch. Eigler  <fche@elastic.org>

PR 1289
* translate.cxx (lex_cast_qstring): Correct "cast" of object
to string containing more than one word.
* tapset.cxx (lex_cast_qstring): Ditto.
(dwarf_derived_module::emit_probe_entries): Emit and use
a generic fault_handler.

18 years ago2005-09-05 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 5 Sep 2005 22:00:43 +0000 (22:00 +0000)]
2005-09-05  Frank Ch. Eigler  <fche@elastic.org>

PR 1172.
* staptree.h, staptree.cxx: Make all ::print*(), operator<<
functions take const staptree objects.
(literal_string::print): \-prefix double-quotes.
* translate.cxx (emit_common_header): Add context probe_point field.
Switch to atomic_t busy flags.
(emit_module_exit): Use atomic operations for busy flag.
(visit_*): Use lex_cast_qstring for last_stmt strings.
* tapsets.cxx (lex_cast_quoted): \-prefix double-quotes too.
(*::emit_probe_entries): Populate probe_point.  Use atomic operations
for busy flag.
* tapset/context.stp (pp): New function.
* stapfuncs.5.in: Document it.
* testsuite/buildok/context_test.stp: Test it.

18 years ago2005-09-04 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 5 Sep 2005 00:12:27 +0000 (00:12 +0000)]
2005-09-04  Frank Ch. Eigler  <fche@elastic.org>

* translate.cxx (visit_literal_string): \-prefix double-quotes.

18 years ago2005-09-04 Martin Hunt <hunt@redhat.com>
hunt [Sun, 4 Sep 2005 09:40:46 +0000 (09:40 +0000)]
2005-09-04  Martin Hunt  <hunt@redhat.com>

* testsuite/buildok/context_test.stp: New test.
* tapset/logging.stp (log): Call _stp_printf().
* stapfuncs.5.in: Add contextinfo funcs.
* tapset/context.stp: Minor cleanup.

18 years agonone
fche [Sat, 3 Sep 2005 18:31:35 +0000 (18:31 +0000)]
none

18 years ago2005-09-03 Frank Ch. Eigler <fche@elastic.org>
fche [Sat, 3 Sep 2005 17:24:49 +0000 (17:24 +0000)]
2005-09-03  Frank Ch. Eigler  <fche@elastic.org>

PR 1187 prime
* tapset.cxx (literal_stmt_for_local): Don't automgaically copy
target char*'s to systemtap strings.
* tapset/conversions.stp (user_string, kernel_string): New functions.
* stapfuncs.5.in: Document new functions.

18 years ago2005-09-03 Frank Ch. Eigler <fche@elastic.org>
fche [Sat, 3 Sep 2005 16:52:41 +0000 (16:52 +0000)]
2005-09-03  Frank Ch. Eigler  <fche@elastic.org>

PR 1292, by popular request.
* parse.cxx (parse_functiondecl): Allow optional value/param type
declarations.
* stap.1.in: Document this.
* tapset/*.stp: Convert most functions accordingly.
* testsuite/parseok/twelve.stp, semok/seven.stp,
semko/twenty.stp: Test this.

18 years ago2005-09-02 Frank Ch. Eigler <fche@redhat.com>
fche [Fri, 2 Sep 2005 22:31:47 +0000 (22:31 +0000)]
2005-09-02  Frank Ch. Eigler  <fche@redhat.com>

* translate.cxx (varlock): Use trylock only for write locks.
(translate_pass): Remove read_trylock macro hack.
(visit_foreach_loop): Remove protective read lock, until PR 1275.
(visit_*): Added many more "last_stmt"-setting expressions in the
output, to improve last_error message locality.

18 years agofix indentation errors in output
fche [Fri, 2 Sep 2005 22:15:13 +0000 (22:15 +0000)]
fix indentation errors in output

18 years ago2005-09-02 Martin Hunt <hunt@redhat.com>
hunt [Fri, 2 Sep 2005 20:37:28 +0000 (20:37 +0000)]
2005-09-02  Martin Hunt  <hunt@redhat.com>

* tapset/logging.stp: Make log() be same as print().

18 years ago2005-09-02 Frank Ch. Eigler <fche@elastic.org>
fche [Fri, 2 Sep 2005 17:59:12 +0000 (17:59 +0000)]
2005-09-02  Frank Ch. Eigler  <fche@elastic.org>

* tapsets.cxx: Temporarily rolled back graydon's changes.

18 years ago2005-09-02 Frank Ch. Eigler <fche@elastic.org>
fche [Fri, 2 Sep 2005 15:54:18 +0000 (15:54 +0000)]
2005-09-02  Frank Ch. Eigler  <fche@elastic.org>

* tapset/*.stp: Renamed several files to simplify names.

18 years ago2005-09-01 Graydon Hoare <graydon@redhat.com>
graydon [Fri, 2 Sep 2005 01:13:33 +0000 (01:13 +0000)]
2005-09-01  Graydon Hoare  <graydon@redhat.com>

PR systemtap/1244
* testsuite/buildok/eighteen.stp: New test.
* tapsets.cxx (dwflpp::literal_stmt_for_local)
(query_statement, query_inline_instance_info)
(query_func_info, query_srcfile_line, query_cu)
(var_expanding_copy_visitor, visit_target_symbol)
(dwarf_derived_probe): Fix 1244.

18 years ago2005-09-01 Martin Hunt <hunt@redhat.com>
hunt [Thu, 1 Sep 2005 09:36:29 +0000 (09:36 +0000)]
2005-09-01  Martin Hunt  <hunt@redhat.com>

* tapset/builtin_logging.stp: Add print.

18 years ago2005-09-01 Martin Hunt <hunt@redhat.com>
hunt [Thu, 1 Sep 2005 09:09:29 +0000 (09:09 +0000)]
2005-09-01  Martin Hunt  <hunt@redhat.com>

* tapset/context.stp: New file. First cut at some
context info.

18 years ago2005-09-01 Martin Hunt <hunt@redhat.com>
hunt [Thu, 1 Sep 2005 09:01:31 +0000 (09:01 +0000)]
2005-09-01  Martin Hunt  <hunt@redhat.com>

* translate.cxx (emit_probe): Add a call to _stp_print_flush
at the end of each probe.
(translate_pass): Define STP_NUM_STRINGS to be 1 for
a scratch string. Include current.c and stack.c. Don't
define KALLSYMS_LOOKUP_NAME or KALLSYMS_LOOKUP. Remove
references to next_fmt() and stp_dbug().

18 years ago2005-09-01 Martin Hunt <hunt@redhat.com>
hunt [Thu, 1 Sep 2005 08:51:26 +0000 (08:51 +0000)]
2005-09-01  Martin Hunt  <hunt@redhat.com>

* stack.c (_stp_stack_sprint): Add a verbose arg
to pass along to underlying funcs.

18 years ago2005-08-31 Graydon Hoare <graydon@redhat.com>
graydon [Thu, 1 Sep 2005 02:53:53 +0000 (02:53 +0000)]
2005-08-31  Graydon Hoare  <graydon@redhat.com>

PR systemtap/1258
* tapsets.cxx (dwflpp::literal_stmt_for_local):
Support DW_TAG_enumeration_type tag as synonymous with
DW_TAG_base_type.
* loc2c.c (base_byte_size): Likewise.
* testsuite/buildok/seven.stp: Adjust to work on UP kernels.

18 years ago2005-08-31 Graydon Hoare <graydon@redhat.com>
graydon [Thu, 1 Sep 2005 01:53:33 +0000 (01:53 +0000)]
2005-08-31  Graydon Hoare  <graydon@redhat.com>

* tapsets.cxx (dwflpp::iterate_over_srcfile_lines): Correct segv
reported in PR 1270.

18 years agofilling pothole
fche [Wed, 31 Aug 2005 19:57:46 +0000 (19:57 +0000)]
filling pothole

18 years agofunction present
fche [Wed, 31 Aug 2005 19:42:20 +0000 (19:42 +0000)]
function present

18 years ago2005-08-31 Frank Ch. Eigler <fche@redhat.com>
fche [Wed, 31 Aug 2005 19:29:55 +0000 (19:29 +0000)]
2005-08-31  Frank Ch. Eigler  <fche@redhat.com>

* translate.cxx (visit_array_in, visit_arrayindex): Use write locks
even for array reads, until PR 1275.
(translate_pass): Add read_trylock -> write_trylock escalation.

18 years ago2005-08-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Aug 2005 18:45:05 +0000 (18:45 +0000)]
2005-08-31  Martin Hunt  <hunt@redhat.com>

* runtime.h (init_module): Include full prototype
info in function cast to satisfy stap.

18 years ago2005-08-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Aug 2005 18:24:26 +0000 (18:24 +0000)]
2005-08-31  Martin Hunt  <hunt@redhat.com>

* sym.c (_stp_kallsyms_lookup): Moved to runtime.h.
* stack.c (_stp_kta): Moved to runtime.h.
* runtime.h (init_module): Initialize _stp_kallsyms_lookup
and _stp_kta.
* probes.c (_stp_lookup_name): Replaced by kallsyms_lookup_name().

18 years ago2005-08-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Aug 2005 18:20:11 +0000 (18:20 +0000)]
2005-08-31  Martin Hunt  <hunt@redhat.com>

* list.c (_stp_copy_argv_from_user): ifdef this function
NEED_STRING_VALS.

18 years ago2005-08-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Aug 2005 18:18:35 +0000 (18:18 +0000)]
2005-08-31  Martin Hunt  <hunt@redhat.com>

* Makefile.template: Remove KTA, KALLSYMS_LOOKUP,
and KALLSYMS_LOOKUP_NAME

18 years ago2005-08-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Aug 2005 18:09:52 +0000 (18:09 +0000)]
2005-08-31  Martin Hunt  <hunt@redhat.com>

* emul.h (_stp_kallsyms_lookup): Renamed from kallsyms_lookup.
* runtime.h: Add prototype for exit();
* copy.c: New file. Just some empty functions.

18 years agotest $var dot parsing changes
fche [Wed, 31 Aug 2005 11:33:15 +0000 (11:33 +0000)]
test $var dot parsing changes

18 years ago.
roland [Wed, 31 Aug 2005 03:19:49 +0000 (03:19 +0000)]
.

18 years ago2005-08-30 Roland McGrath <roland@redhat.com>
roland [Wed, 31 Aug 2005 03:19:32 +0000 (03:19 +0000)]
2005-08-30  Roland McGrath  <roland@redhat.com>

* Makefile.am (install-data-local): Use mkdir -p, not -mkdir.
* Makefile.in: Regenerated.

18 years ago.
roland [Wed, 31 Aug 2005 03:14:24 +0000 (03:14 +0000)]
.

18 years ago2005-08-30 Roland McGrath <roland@redhat.com>
roland [Wed, 31 Aug 2005 03:14:16 +0000 (03:14 +0000)]
2005-08-30  Roland McGrath  <roland@redhat.com>

* loc2c-runtime.h (fetch_register, store_register): Rewritten to pass
REGS to dwarf_register_<N> as a macro argument.
[__i386__, __x86_64__]: Update dwarf_register_* macros.
[__i386__] (dwarf_register_4): Define special case for stack pointer.

18 years ago2005-08-30 Graydon Hoare <graydon@redhat.com>
graydon [Wed, 31 Aug 2005 03:05:39 +0000 (03:05 +0000)]
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
comp_struct_pointer_member, since . and -> are considered the
same now.
* staptree.cxx (target_symbol::print): Likewise.
* testsuite/buildok/seventeen.stp: Test solution on PR 1191.
* testsuite/buildok/six.stp: Test working portion of PR 1155.
* testsuite/semko/nineteen.stp: Unresolved portion of PR 1155.

18 years ago2005-08-30 Frank Ch. Eigler <fche@elastic.org>
fche [Tue, 30 Aug 2005 17:02:59 +0000 (17:02 +0000)]
2005-08-30  Frank Ch. Eigler  <fche@elastic.org>

PR systemtap/1268
* translator (varlock): Add deadlock detection code.
(emit_common_header): Add a new MAXTRYLOCK configuration macro.

18 years ago2005-08-29 Graydon Hoare <graydon@redhat.com>
graydon [Tue, 30 Aug 2005 04:28:11 +0000 (04:28 +0000)]
2005-08-29  Graydon Hoare  <graydon@redhat.com>

PR translator/1265
* tapsets.cxx
(func_info::decl_file)
(func_info::decl_line)
(inline_instance_info::decl_file)
(inline_instance_info::decl_line): New fields.
(dwflpp::function_srcfile): Remove.
(dwflpp::function_file): Add.
(dwflpp::function_line): Add.
(dwarf_derived_probe::dwarf_derived_probe): Update.
(query_statement): Pass func, file, line through.
(query_inline_instance_info): Likewise.
(query_func_info): Likewise.
(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.
(query_cu): Pass empty func, file, line, for address-based
queries.

18 years ago2005-08-29 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 30 Aug 2005 02:03:07 +0000 (02:03 +0000)]
2005-08-29  Frank Ch. Eigler  <fche@redhat.com>

* runtest.sh: Tolerate relative $SRCDIR.

18 years ago2005-08-29 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 30 Aug 2005 01:54:44 +0000 (01:54 +0000)]
2005-08-29  Frank Ch. Eigler  <fche@redhat.com>

* stapprobes.5.in, stapfuncs.5.in, stapex.5.in: New man pages.
* stap.1.in: Moved some content out.
* Makefile.am (man_MANS): Add new man pages.
* configure.ac (AC_CONFIG_FILES): Add them.
* systemtap.spec.in: Package them.
* Makefile.in, configure: Regenerated.
* buildrun.cxx (run_pass): Pass "-r" to stpd.
* translate.cxx (emit_common_header): Wrap try/catch around
variable decls, to improve exception particularity.
(visit_literal_number): Emit as unsigned literal, which is
actually a subtle correctness issue.

18 years ago2005-08-29 Martin Hunt <hunt@redhat.com>
hunt [Tue, 30 Aug 2005 00:27:35 +0000 (00:27 +0000)]
2005-08-29  Martin Hunt  <hunt@redhat.com>

* list.c (_stp_copy_argv_from_user): Move to here.
* copy.c (_stp_copy_argv_from_user): Delete.
* runtime.h: Always include copy.h.

18 years ago2005-08-29 Martin Hunt <hunt@redhat.com>
hunt [Mon, 29 Aug 2005 18:49:10 +0000 (18:49 +0000)]
2005-08-29  Martin Hunt  <hunt@redhat.com>

* stpd.c main): Add enable_relayfs flag.
Turn it off with "-r".

18 years agonone
fche [Mon, 29 Aug 2005 14:51:32 +0000 (14:51 +0000)]
none

18 years ago2005-08-28 Frank Ch. Eigler <fche@redhat.com>
fche [Sun, 28 Aug 2005 15:21:00 +0000 (15:21 +0000)]
2005-08-28  Frank Ch. Eigler  <fche@redhat.com>

* translate.cxx (visit_target): Make target variable exceptions
more informative.
(literal_stmt_for_local): Improve bad-type exception message.
* translate.cxx (emit_module_init): Include probe point in comments.

18 years ago.
roland [Sat, 27 Aug 2005 20:46:03 +0000 (20:46 +0000)]
.

18 years ago2005-08-27 Roland McGrath <roland@redhat.com>
roland [Sat, 27 Aug 2005 20:45:57 +0000 (20:45 +0000)]
2005-08-27  Roland McGrath  <roland@redhat.com>

* loc2c-test.c (print_type): New function.
(print_vars): Use it.

18 years ago.
roland [Sat, 27 Aug 2005 20:30:37 +0000 (20:30 +0000)]
.

18 years ago2005-08-27 Roland McGrath <roland@redhat.com>
roland [Sat, 27 Aug 2005 20:30:36 +0000 (20:30 +0000)]
2005-08-27  Roland McGrath  <roland@redhat.com>

* loc2c-test.c (paddr, print_vars): New functions.
(main): If given no variable name argument, print out variables.

18 years ago2005-08-26 Graydon Hoare <graydon@redhat.com>
graydon [Fri, 26 Aug 2005 20:47:29 +0000 (20:47 +0000)]
2005-08-26  Graydon Hoare  <graydon@redhat.com>

* translate.cxx: Revert tmp initialization changes.

18 years ago2005-08-26 Graydon Hoare <graydon@redhat.com>
graydon [Fri, 26 Aug 2005 19:41:31 +0000 (19:41 +0000)]
2005-08-26  Graydon Hoare  <graydon@redhat.com>

* parse.cxx (scan): Preserve basic C-ish escapes.
* translate.cxx (c_tmpcounter::declaring): New flag.
(c_tmpcounter::declare_or_init): New helper method.
(c_tmpcounter::visit_*): Use declare_or_init.
(c_unparser::emit_function): Run a tmpcounter to initialize tmps.
(c_unparser::emit_probe): Likewise.
(c_unparser::c_strcpy): Use strlcpy.
(c_unparser::c_strcat): Use strlcat.

18 years agobumped version
fche [Fri, 26 Aug 2005 19:33:07 +0000 (19:33 +0000)]
bumped version

18 years agonone release-0.3
fche [Fri, 26 Aug 2005 18:33:42 +0000 (18:33 +0000)]
none

18 years ago(deref_string): terminate
roland [Thu, 25 Aug 2005 22:49:21 +0000 (22:49 +0000)]
(deref_string): terminate

18 years ago.
roland [Thu, 25 Aug 2005 22:38:11 +0000 (22:38 +0000)]
.

18 years ago2005-08-25 Roland McGrath <roland@redhat.com>
roland [Thu, 25 Aug 2005 22:38:05 +0000 (22:38 +0000)]
2005-08-25  Roland McGrath  <roland@redhat.com>

* loc2c-runtime.h (deref_string): Rewritten using deref.

18 years ago.
roland [Thu, 25 Aug 2005 21:53:52 +0000 (21:53 +0000)]
.

18 years ago2005-08-25 Roland McGrath <roland@redhat.com>
roland [Thu, 25 Aug 2005 21:53:46 +0000 (21:53 +0000)]
2005-08-25  Roland McGrath  <roland@redhat.com>

* Makefile.am (EXTRA_DIST): List .h files explicitly.
Automake really does not like wildcards.
* Makefile.in: Regenerated.

18 years ago2005-08-25 Frank Ch. Eigler <fche@redhat.com>
fche [Thu, 25 Aug 2005 20:45:33 +0000 (20:45 +0000)]
2005-08-25  Frank Ch. Eigler  <fche@redhat.com>

* Makefile.am (docs): Removed target.
* Makefile.in: Regenerated.

18 years agoRegenerated.
roland [Thu, 25 Aug 2005 20:19:12 +0000 (20:19 +0000)]
Regenerated.

18 years ago.
roland [Thu, 25 Aug 2005 20:14:46 +0000 (20:14 +0000)]
.

18 years ago2005-08-25 Roland McGrath <roland@redhat.com>
roland [Thu, 25 Aug 2005 20:14:38 +0000 (20:14 +0000)]
2005-08-25  Roland McGrath  <roland@redhat.com>

* Makefile.am (EXTRA_DIST): Remove directory from wildcard file names.

18 years ago2005-08-24 Graydon Hoare <graydon@redhat.com>
graydon [Thu, 25 Aug 2005 03:22:31 +0000 (03:22 +0000)]
2005-08-24  Graydon Hoare  <graydon@redhat.com>

* tapsets.cxx (dwflpp::literal_stmt_for_local): Fetch pointer types,
array types, strings, from target.

18 years ago.
roland [Thu, 25 Aug 2005 03:01:34 +0000 (03:01 +0000)]
.

18 years ago2005-08-24 Roland McGrath <roland@redhat.com>
roland [Thu, 25 Aug 2005 03:01:30 +0000 (03:01 +0000)]
2005-08-24  Roland McGrath  <roland@redhat.com>

* loc2c-test.c (handle_variable): Iterate on const_type/volatile_type.

18 years ago(deref_string): prettify
roland [Thu, 25 Aug 2005 01:43:59 +0000 (01:43 +0000)]
(deref_string): prettify

18 years agosilly macro typos
fche [Thu, 25 Aug 2005 01:41:48 +0000 (01:41 +0000)]
silly macro typos

18 years ago.
roland [Thu, 25 Aug 2005 01:15:01 +0000 (01:15 +0000)]
.

18 years ago2005-08-24 Roland McGrath <roland@redhat.com>
roland [Thu, 25 Aug 2005 01:14:57 +0000 (01:14 +0000)]
2005-08-24  Roland McGrath  <roland@redhat.com>

* loc2c-runtime.h (deref_string): New macro.

18 years ago2005-08-24 Frank Ch. Eigler <fche@elastic.org>
fche [Thu, 25 Aug 2005 00:46:38 +0000 (00:46 +0000)]
2005-08-24  Frank Ch. Eigler  <fche@elastic.org>

* configure.ac: Require elfutils 0.114.
* tapsets.cxx: Brought back graydon's changes.
* configure: Regenerated.

18 years ago.
roland [Wed, 24 Aug 2005 22:47:16 +0000 (22:47 +0000)]
.

18 years ago2005-08-24 Roland McGrath <roland@redhat.com>
roland [Wed, 24 Aug 2005 22:47:05 +0000 (22:47 +0000)]
2005-08-24  Roland McGrath  <roland@redhat.com>

* systemtap.spec.in: Update elfutils requirement.

18 years ago2005-08-24 Frank Ch. Eigler <fche@elastic.org>
fche [Wed, 24 Aug 2005 17:37:00 +0000 (17:37 +0000)]
2005-08-24  Frank Ch. Eigler  <fche@elastic.org>

* translate.cxx (emit_global, emit_module_init): Use 2.6.9-compatible
rwlock initialization.

18 years ago2005-08-24 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 17:08:26 +0000 (17:08 +0000)]
2005-08-24  Martin Hunt  <hunt@redhat.com>

* librelay.c (sigproc): Removed the "Exiting..."
message for now.

18 years ago2005-08-24 Frank Ch. Eigler <fche@elastic.org>
fche [Wed, 24 Aug 2005 17:01:52 +0000 (17:01 +0000)]
2005-08-24  Frank Ch. Eigler  <fche@elastic.org>

* tapsets.cxx (*::emit_probe_entries): Treat NULL and "" last_errors
both as clean early returns, not errors.
* translate.cxx: Revamp last_error handling logic.  Remove all
"goto out" paths from expression context.
(visit_statement): Handle last_error exit one nesting level at a time.
(visit_return_statement, visit_functioncall): Set/reset last_error="".
(c_tmpcounter::visit_for_loop): New routine.
(c_unparser::visit_foreach, visit_for_loop): Rewrite to properly
support continue/breaks, non-local exits, (foreach) locks.
(emit_global): Emit lock variable.
(varlock ctor, dtor): Lock/unlock global variable.
(varlock_w, varlock_r): New concrete subclasses.  Update all users.
* tapset/builtin_logging.stp (exit): Don't set last_error.
* src/testsuite/buildok/sixteen.stp: New test.

* tapsets.cxx: Temporarily rolled back graydon's changes.

18 years ago2005-08-24 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 16:29:46 +0000 (16:29 +0000)]
2005-08-24  Martin Hunt  <hunt@redhat.com>

* io.c (_stp_vlog): Send warnings and errors to STP_OOB_DATA.

18 years ago2005-08-24 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 16:28:38 +0000 (16:28 +0000)]
2005-08-24  Martin Hunt  <hunt@redhat.com>

* transport_msgs.h (enum): New type, STP_OOB_DATA.

18 years ago2005-08-24 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 16:27:35 +0000 (16:27 +0000)]
2005-08-24  Martin Hunt  <hunt@redhat.com>

* librelay.c (sigproc): Reestablish signal handler so
impatient people don't hit ^C twice and terminate the
program before it saves the data and removes the module.
Also print a message to stderr that it is exiting.
(stp_main_loop): Write OOB data (warnings, errors, etc)
to stderr instead of stdout.
* librelay.h: Write debug info to stderr.
* Makefile: add librelay.h to dependencies.

18 years ago*** empty log message ***
hunt [Wed, 24 Aug 2005 05:07:21 +0000 (05:07 +0000)]
*** empty log message ***

18 years ago2005-08-23 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 04:53:30 +0000 (04:53 +0000)]
2005-08-23  Martin Hunt  <hunt@redhat.com>

* librelay.c (merge_output): Don't add an extra \n.

18 years ago2005-08-23 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 04:46:50 +0000 (04:46 +0000)]
2005-08-23  Martin Hunt  <hunt@redhat.com>

* transport.c (_stp_cleanup_and_exit): Remove a 2 second sleep
that should no longer be necessary.

* procfs.c (_stp_write): If the ready queue is not empty
then attempt to grab the last buffer in it and append our data
to it.

18 years ago2005-08-23 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 04:42:45 +0000 (04:42 +0000)]
2005-08-23  Martin Hunt  <hunt@redhat.com>

* runtime.h: Add a prototype for _stp_dbug().

18 years ago2005-08-23 Martin Hunt <hunt@redhat.com>
hunt [Wed, 24 Aug 2005 04:41:41 +0000 (04:41 +0000)]
2005-08-23  Martin Hunt  <hunt@redhat.com>

* librelay.c (read_last_buffers): New function. Directly grab the
last buffers.
(info_pending): Deleted.
(request_last_buffers): Deleted.

18 years ago2005-08-23 Graydon Hoare <graydon@redhat.com>
graydon [Tue, 23 Aug 2005 20:04:05 +0000 (20:04 +0000)]
2005-08-23  Graydon Hoare  <graydon@redhat.com>

* tapsets.cxx: Re-implement dwarf probe-pattern resolution.

18 years agotypo fix
fche [Tue, 23 Aug 2005 15:32:27 +0000 (15:32 +0000)]
typo fix

18 years agoNew benchmark: trans_bench.
hunt [Mon, 22 Aug 2005 22:19:57 +0000 (22:19 +0000)]
New benchmark: trans_bench.

18 years ago2005-08-22 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 22 Aug 2005 19:14:35 +0000 (19:14 +0000)]
2005-08-22  Frank Ch. Eigler  <fche@elastic.org>

PR systemtap/1134
* elaborate.h (module_fds): New member in systemtap_session.
* tapsets.cxx (dwarf_derived_probe ctor): Open /sys/module/$MOD/.text
for the duration of a systemtap session, to lock module in memory.

18 years ago2005-08-22 Martin Hunt <hunt@redhat.com>
hunt [Mon, 22 Aug 2005 19:12:38 +0000 (19:12 +0000)]
2005-08-22  Martin Hunt  <hunt@redhat.com>

* runtime.h (kbug): New dbug macros that calls printk.

This page took 0.060603 seconds and 5 git commands to generate.