• A
    proc: Replaced FunctionEntryToFirstLine with disassembly alternative · 4116d66c
    aarzilli 提交于
    - 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
    4116d66c
proc_test.go 43.3 KB