diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-04-10 17:27:24 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-03 14:54:20 +0200 |
commit | b937b42d2f98c4e0024418dbbd55ff545bcf65d6 (patch) | |
tree | 7de7932e20255f1bf4ecf17ab0128f171083424b /erts/emulator/beam/ops.tab | |
parent | cbd1378ee1fde835e55614bac9290b281bafe49a (diff) | |
download | otp-b937b42d2f98c4e0024418dbbd55ff545bcf65d6.tar.gz otp-b937b42d2f98c4e0024418dbbd55ff545bcf65d6.tar.bz2 otp-b937b42d2f98c4e0024418dbbd55ff545bcf65d6.zip |
Call time breakpoint tracing framework
Initial commit with a new breakpoint instruction and PSD areas
for temporary time storage during tracing.
Diffstat (limited to 'erts/emulator/beam/ops.tab')
-rw-r--r-- | erts/emulator/beam/ops.tab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab index 42c84989c6..32abdccd7b 100644 --- a/erts/emulator/beam/ops.tab +++ b/erts/emulator/beam/ops.tab @@ -84,6 +84,7 @@ i_trace_breakpoint i_mtrace_breakpoint i_debug_breakpoint i_count_breakpoint +i_time_breakpoint i_return_to_trace i_yield i_global_cons |