ebpf-challenge/GetRuntimeAddresses/symbolyze
Özgür Kesim d800683dce RunEvery() and better Error-handling added
1. symbolyze.Scanner now implements the RunEvery(time.Duration) method
   that will call scanner.Run() periodically.  It should be called to
   run in its own goroutine.  The loop can be stopped by calling
   scanner.Stop().

2. The scanner now collects all errors from all observers in a private
   error type `errors []error`. It's Error() returns a cumulated list of
   errors, seperated by a newline.
2020-01-18 20:27:23 +01:00
..
testdata Test added to compare the Scanner vs GDB 2020-01-16 10:30:49 +01:00
doc.go Fixed a typo in doc.go 2020-01-16 17:55:37 +01:00
gdb_test.go Highlight error and add a hint to ptrace_scope 2020-01-16 16:02:04 +01:00
symbolyze.go RunEvery() and better Error-handling added 2020-01-18 20:27:23 +01:00