delve/service
aarzilli 4116d66c8d proc: Replaced FunctionEntryToFirstLine with disassembly alternative
- Unlike FunctionEntryToFirstLine can skip the prologue on functions
that are defined on a single line, either because they weren't
formatted or because they were autogenerated
- Can skip the prologue on most functions when setting a breakpoint
with the filename:line syntax

Fixes #396
2016-02-18 09:11:34 -08:00
..
api service, terminal: Named breakpoints and breakpoint conditions 2016-02-16 15:59:37 -08:00
debugger proc: Replaced FunctionEntryToFirstLine with disassembly alternative 2016-02-18 09:11:34 -08:00
rpc cmd/dlv: add flag to make headless server accept multiple clients 2016-02-17 20:09:50 +01:00
test proc: Replaced FunctionEntryToFirstLine with disassembly alternative 2016-02-18 09:11:34 -08:00
client.go service, terminal: Named breakpoints and breakpoint conditions 2016-02-16 15:59:37 -08:00
config.go cmd/dlv: add flag to make headless server accept multiple clients 2016-02-17 20:09:50 +01:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00