You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
julia>using Gallium
WARNING:module Lexer should explicitly import√ from Base
julia>include(Pkg.dir("Gallium/examples/testprograms/misc.jl"))
inaloop (generic function with 1 method)
julia> Gallium.breakpoint(sinthesin,Tuple{Int64})
Hooking.Hook(Ptr{Void} @0x0000000319e72000,UInt8[0x55,0x48,0x89,0xe5,0x53,0x50,0x48,0xbb,0xe0,0xcb,0xe5,0x19,0x03,0x00,0x00,0x00],Gallium.breakpoint_hit)
julia>inaloop(2)
ERROR: MethodError: no method matching copy(::Void)
in (::Gallium.##5#6)(::Array{UInt8,1}) at /Users/stefan/.julia/v0.5/Gallium/src/Gallium.jl:142inrec_backtrace(::Gallium.##5#6, ::Hooking.RegisterContext) at /Users/stefan/.julia/v0.5/Hooking/src/backtraces.jl:54instackwalk(::Hooking.RegisterContext) at /Users/stefan/.julia/v0.5/Gallium/src/Gallium.jl:134inbreakpoint_hit(::Hooking.Hook, ::Hooking.RegisterContext) at /Users/stefan/.julia/v0.5/Gallium/src/Gallium.jl:224in_callback(::Ptr{Void}) at /Users/stefan/.julia/v0.5/Hooking/src/Hooking.jl:129incallback(::Ptr{Void}) at /Users/stefan/.julia/v0.5/Hooking/src/Hooking.jl:160insinthesin(::Int64) at /Users/stefan/.julia/v0.5/Gallium/examples/testprograms/misc.jl:0ineval(::Module, ::Any) at ./boot.jl:243
julia>versioninfo()
Julia Version 0.5.0-dev+3192
Commit fdbcdf7 (2016-03-1714:33 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin15.3.0)
CPU:Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
WORD_SIZE:64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, ivybridge)