commit | cac15c3f170b5ec2cc6304c8c0763a78103e1778 | [log] [tgz] |
---|---|---|
author | Juan Cespedes <cespedes@debian.org> | Fri Jan 31 18:58:58 2003 +0100 |
committer | Juan Cespedes <cespedes@debian.org> | Fri Jan 31 18:58:58 2003 +0100 |
tree | 248b244dc9c366275033db39187d1060da81e37b | |
parent | de5a7eb873c05a698e4267b554e25124dc92e7f4 [diff] [blame] |
Version 0.3.27 * Removed dependency on libdl (it is no longer needed) * Wrote generic dictionary, used in demangle.c and breakpoints.c * Added debug.c for better debugging output
diff --git a/proc.c b/proc.c index 3c0a936..294340d 100644 --- a/proc.c +++ b/proc.c
@@ -23,6 +23,7 @@ } proc->filename = filename; proc->pid = 0; + proc->breakpoints = NULL; proc->breakpoints_enabled = -1; proc->callstack_depth = 0; proc->breakpoint_being_enabled = NULL;