Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(830)

Unified Diff: program/program.go

Issue 86370043: code review 86370043: program: trace multi-threaded programs. (Closed)
Patch Set: diff -r f3347973b1cb https://code.google.com/p/ogle Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « program/client/client.go ('k') | program/proxyrpc/proxyrpc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: program/program.go
===================================================================
--- a/program/program.go
+++ b/program/program.go
@@ -34,11 +34,9 @@
// and execs a new instance of the target binary file
// (which may have changed underfoot).
// Breakpoints and open files are re-established.
- // The flag specifies whether to run the program (true)
- // or stop it before it executes any instructions (false).
// The call hangs until the program stops executing,
// at which point it returns the program status.
- Run(start bool) (Status, error)
+ Run() (Status, error)
// Stop stops execution of the current process but
// does not kill it.
« no previous file with comments | « program/client/client.go ('k') | program/proxyrpc/proxyrpc.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b