lldb: remove token markup in example description (#1473)

This commit is contained in:
Starbeamrainbowlabs
2017-09-05 17:59:32 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -6,10 +6,10 @@
`lldb {{executable}}` `lldb {{executable}}`
- Attach lldb to running process with id {{pid}}: - Attach `lldb` to a running process with a given PID:
`lldb -p {{pid}}` `lldb -p {{pid}}`
- Wait for a new process to launch with the given name and attach to it: - Wait for a new process to launch with a given name, and attach to it:
`lldb -w -n {{process_name}}` `lldb -w -n {{process_name}}`

View File

@@ -6,10 +6,10 @@
`lldb {{executable}}` `lldb {{executable}}`
- Attach lldb to running process with id {{pid}}: - Attach `lldb` to a running process with a given PID:
`lldb -p {{pid}}` `lldb -p {{pid}}`
- Wait for a new process to launch with the given name and attach to it: - Wait for a new process to launch with a given name, and attach to it:
`lldb -w -n {{process_name}}` `lldb -w -n {{process_name}}`