Mon, 14 Aug 2023 16:36:47 +0100 Change class categories to facilitate Pharo port
Jan Vrany <jan.vrany@labware.com> [Mon, 14 Aug 2023 16:36:47 +0100] rev 272
Change class categories to facilitate Pharo port This commit changes class categories so all classes in `jv:libgdbs/tests' are in categories beggining with `GDB-Tests`. This is needed for Pharo as in Pharo (Squeak) world package membership is defined by class category string.
Mon, 24 Jul 2023 14:35:24 +0100 Initial support pro Pharo
Jan Vrany <jan.vrany@labware.com> [Mon, 24 Jul 2023 14:35:24 +0100] rev 271
Initial support pro Pharo As of now, the code exports and loads into Pharo, but does not work yet.
Mon, 24 Jul 2023 14:26:03 +0100 Remove unused `#initialize` from `GDBStXSimpleProcess` and `GDBStXUnixProcess`
Jan Vrany <jan.vrany@labware.com> [Mon, 24 Jul 2023 14:26:03 +0100] rev 270
Remove unused `#initialize` from `GDBStXSimpleProcess` and `GDBStXUnixProcess`
Fri, 14 Jul 2023 15:04:01 +0100 Initialize `TraceEvents` and `TraceProcesses` to `false` by default
Jan Vrany <jan.vrany@labware.com> [Fri, 14 Jul 2023 15:04:01 +0100] rev 269
Initialize `TraceEvents` and `TraceProcesses` to `false` by default
Mon, 31 Jul 2023 16:34:38 +0100 Remove obsolete `gdbExecutable` and `gdbExecutable:`
Jan Vrany <jan.vrany@labware.com> [Mon, 31 Jul 2023 16:34:38 +0100] rev 268
Remove obsolete `gdbExecutable` and `gdbExecutable:`
Wed, 12 Jul 2023 12:17:52 +0100 Use `#isMSWINDOWSlike` instead of `#isMSWINDOWSNTlike`
Jan Vrany <jan.vrany@labware.com> [Wed, 12 Jul 2023 12:17:52 +0100] rev 267
Use `#isMSWINDOWSlike` instead of `#isMSWINDOWSNTlike`
Tue, 11 Jul 2023 17:14:35 +0100 Skip known failing tests
Jan Vrany <jan.vrany@labware.com> [Tue, 11 Jul 2023 17:14:35 +0100] rev 266
Skip known failing tests
Tue, 11 Jul 2023 17:27:58 +0100 Fix `GDBCLICommand >> operation`
Jan Vrany <jan.vrany@labware.com> [Tue, 11 Jul 2023 17:27:58 +0100] rev 265
Fix `GDBCLICommand >> operation` This commit fixes a bug in class initialization causing `GDBCLICommand >> operation` not working properly. The issue was that `Operations` list contained list of CLI commands with leading spaces so the `#startsWith:` in `#operation` always failed. This fixes test `#test_command_01`.
Tue, 11 Jul 2023 16:33:20 +0100 Add `GDBArch_PPC64`
Jan Vrany <jan.vrany@labware.com> [Tue, 11 Jul 2023 16:33:20 +0100] rev 264
Add `GDBArch_PPC64`
Tue, 16 May 2023 17:31:51 +0100 Prefer `gdb-multiarch` (if present) over `gdb`
Jan Vrany <jan.vrany@labware.com> [Tue, 16 May 2023 17:31:51 +0100] rev 263
Prefer `gdb-multiarch` (if present) over `gdb` ...as `gdb-multiarch` can debug more targets. This is just courtesy to the user - to make things to "just work" without too much fiddling.
(0) -100 -10 +10 tip