aboutsummaryrefslogtreecommitdiff
path: root/breakpoints.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-03 01:30:30 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:35:45 +0200
commit050b0a6fd01fc01952c0ab8dbb84d6eba65c71c9 (patch)
tree70e1db1329c3342d494fcadf815fdf4862877f19 /breakpoints.c
parent949a56a0e1d4a13dc437621a991e993d6623aef5 (diff)
downloadltrace-050b0a6fd01fc01952c0ab8dbb84d6eba65c71c9.tar.gz
Coding style
Diffstat (limited to 'breakpoints.c')
-rw-r--r--breakpoints.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/breakpoints.c b/breakpoints.c
index 20044fa..5cc75bb 100644
--- a/breakpoints.c
+++ b/breakpoints.c
@@ -145,8 +145,8 @@ insert_breakpoint(struct Process *proc, void *addr,
assert(leader != NULL);
assert(leader->breakpoints != NULL);
- debug(DEBUG_FUNCTION, "insert_breakpoint(pid=%d, addr=%p, symbol=%s)", proc->pid, addr, libsym ? libsym->name : "NULL");
- debug(1, "symbol=%s, addr=%p", libsym?libsym->name:"(nil)", addr);
+ debug(DEBUG_FUNCTION, "insert_breakpoint(pid=%d, addr=%p, symbol=%s)",
+ proc->pid, addr, libsym ? libsym->name : "NULL");
if (addr == 0) {
/* XXX we need a better way to deal with this. For