nameOfFunctionAt

returns the name of the function at the given adress (if possible) function@ and then the address. For delegates you can use .funcptr does not demangle

  1. const(char)[] nameOfFunctionAt(void* addr, char[] buf)
  2. const(char)[] nameOfFunctionAt(void* addr)
    const(char)[]
    nameOfFunctionAt
    (
    void* addr
    )

Meta