aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/internal_doc/Tracing.md
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-07-07 11:33:54 +0200
committerBjörn Gustavsson <[email protected]>2019-04-04 12:30:20 +0200
commitfa9e189d90a35f2ce4b7fc145c994828f34b3548 (patch)
tree8031ef661e551a2e4e557f3401b6a857293e7fa9 /erts/emulator/internal_doc/Tracing.md
parent0a8bb0bc0a33ddd100278f35460cdfaffa7c15ae (diff)
downloadotp-fa9e189d90a35f2ce4b7fc145c994828f34b3548.tar.gz
otp-fa9e189d90a35f2ce4b7fc145c994828f34b3548.tar.bz2
otp-fa9e189d90a35f2ce4b7fc145c994828f34b3548.zip
erl_docgen: Add new internal docs chapter to docs
Diffstat (limited to 'erts/emulator/internal_doc/Tracing.md')
-rw-r--r--erts/emulator/internal_doc/Tracing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/internal_doc/Tracing.md b/erts/emulator/internal_doc/Tracing.md
index 7f97f64765..1b3b0fe1b8 100644
--- a/erts/emulator/internal_doc/Tracing.md
+++ b/erts/emulator/internal_doc/Tracing.md
@@ -82,7 +82,7 @@ through when adding a new breakpoint.
instruction word in the breakpoint.
3. Write a pointer to the breakpoint at offset -4 from the first
- instruction "func_info" header.
+ instruction "func\_info" header.
4. Set the staging part of the breakpoint as enabled with specified
breakpoint data.
@@ -139,7 +139,7 @@ and removing breakpoints.
2. Allocate new breakpoint structures with a disabled active part and
the original beam instruction. Write a pointer to the breakpoint in
- "func_info" header at offset -4.
+ "func\_info" header at offset -4.
3. Update the staging part of all affected breakpoints. Disable
breakpoints that are to be removed.