Sat Oct  1 01:21:57 2005  Soeren Sandmann  <sandmann@redhat.com>

        * TODO: Update
This commit is contained in:
Soeren Sandmann
2005-10-01 05:21:25 +00:00
committed by Søren Sandmann Pedersen
parent 1b21157a12
commit cc1055d105
8 changed files with 99 additions and 130 deletions

View File

@ -25,15 +25,13 @@
typedef struct StackStash StackStash;
typedef void (* StackFunction) (Process *process,
GSList *trace,
typedef void (* StackFunction) (GSList *trace,
gint size,
gpointer data);
/* Stach */
StackStash *stack_stash_new (void);
void stack_stash_add_trace (StackStash *stash,
Process *process,
gulong *addrs,
gint n_addrs,
int size);