Add -[DebuggerBackEnd evalScript:] to send the command.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 1 May 2011 16:25:35 +0000 (12:25 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 1 May 2011 16:46:35 +0000 (12:46 -0400)
commit98820f9c7e17e871eede142a9cf96311f09515e6
tree28483c3e5bdaf9ff06114288dedba2de446a9665
parentc9a7a3c5beaa23a2a3484ea8430dc919ce42b0bd
Add -[DebuggerBackEnd evalScript:] to send the command.

But the command format is atypical and has the transaction ID before the last
parameter, so also add -[NetworkConnection sendCustomCommandWithFormat:] to
support placing the transaction ID in an arbitrary place using a string
placeholder.
Source/DebuggerBackEnd.h
Source/DebuggerBackEnd.m
Source/EvalController.m
Source/NetworkConnection.h
Source/NetworkConnection.mm