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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
* Latest Changes:
6
6
7
+
* V1.12: Update gdbtrace.init to remove `with` syntax. This remains available in the `gdbinit_withwith.init` file, but that syntax breaks older versions of gdb.
7
8
* V1.11: Fix building on OSX (Andrew Kohlsmith)
8
9
* V1.11: Fix segfaults on 32-bit OSes
9
10
* V1.11: Fix depreciation warning with latest versions of libftdi
@@ -152,7 +153,13 @@ gdb session with `source gdbtrace.init` and then typing `help orbuculum`. Help o
152
153
parameters for each macro are available via the help system too.
153
154
154
155
In general, you will configure orbuculum via your local `.gdbinit` file. Several example files are
155
-
also in the Support directory. Generically, it looks like this;
156
+
also in the Support directory. There you will find a `gdbtrace.init` file for 'regular' gcc
157
+
use, and a `gdbtrace_withwith.init` file for use with recent versions of gdb that support
158
+
the `with` syntax. The functionality of both is identical, but the `with` syntax allows it
159
+
to be used more easily with non-C languages like Rust...unfortunately that syntax isn't
160
+
supported on older versions of gdb.
161
+
162
+
Anyway, generically, a configuration looks like this;
156
163
157
164
source Support/gdbtrace.init <---- Source the trace specific stuff
0 commit comments