File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,36 @@ <h1 class ="postheader">Execution Commands</h1>
129
129
</ td >
130
130
</ tr >
131
131
132
+ < tr > < td class ="header " colspan ="2 "> Attach to a remote gdb protocol server running on system "eorgadd", port 8000.</ td > </ tr >
133
+ < tr >
134
+ < td class ="content ">
135
+ < b > (lldb)</ b > gdb-remote eorgadd:8000
136
+ </ td >
137
+ < td class ="content ">
138
+ < b > (gdb)</ b > target remote eorgadd:8000
139
+ </ td >
140
+ </ tr >
141
+
142
+ < tr > < td class ="header " colspan ="2 "> Attach to a remote gdb protocol server running on the local system, port 8000.</ td > </ tr >
143
+ < tr >
144
+ < td class ="content ">
145
+ < b > (lldb)</ b > gdb-remote 8000
146
+ </ td >
147
+ < td class ="content ">
148
+ < b > (gdb)</ b > target remote localhost:8000
149
+ </ td >
150
+ </ tr >
151
+
152
+ < tr > < td class ="header " colspan ="2 "> Attach to a Darwin kernel in kdp mode on system "eorgadd".</ td > </ tr >
153
+ < tr >
154
+ < td class ="content ">
155
+ < b > (lldb)</ b > kdp-remote eorgadd
156
+ </ td >
157
+ < td class ="content ">
158
+ < b > (gdb)</ b > kdp-reattach eorgadd
159
+ </ td >
160
+ </ tr >
161
+
132
162
< tr > < td class ="header " colspan ="2 "> Do a source level single step in the currently selected thread.</ td > </ tr >
133
163
< tr >
134
164
< td class ="content ">
You can’t perform that action at this time.
0 commit comments