delve/dwarf/frame
Derek Parker 3b2b17938b Improve support for goroutine context switching
Remove any assumption that a wait syscall on a thread id after a
continue will return. Any time we continue a thread, wait for activity
from any thread, because the scheduler may well have switched contexts
on us due to syscall entrace, channel op, etc...

There are several more things to be done here including:

* Potential tracking of goroutine id as we jump around to thread
  contexts.
* Potential of selectively choosing threads to operate on based on the
  internal M data structures, ensuring that our M has an active G.

This commit partially fixes #23 and #24, however there are still some
random hangs that happen and need to be ironed out.
2014-11-24 17:57:52 -06:00
..
testdata Cleanup dwarf/frame tests 2014-09-18 23:00:41 -05:00
entries_test.go Refactor: Remove addrrange type 2014-10-11 01:05:27 -05:00
entries.go Refactor: Remove addrrange type 2014-10-11 01:05:27 -05:00
expression_constants.go cleanup file names 2014-10-10 15:49:20 -05:00
parser_test.go Rename project 2014-10-15 09:28:22 -05:00
parser.go Rename project 2014-10-15 09:28:22 -05:00
table_test.go Improve support for goroutine context switching 2014-11-24 17:57:52 -06:00
table.go Improve Dwarf frame establishing function 2014-11-24 07:53:39 -06:00