Thu, 07 Dec 2023 12:33:31 +0000 Jan Vrany Emit and handle (custom) `-register-changed` notification default tip
Thu, 07 Dec 2023 15:41:12 +0000 Jan Vrany Load libbdbs-specific Python support code on startup
Thu, 07 Dec 2023 15:40:01 +0000 Jan Vrany Compatibility: add portlib method returning directory with test programs
Thu, 07 Dec 2023 11:54:09 +0000 Jan Vrany Do not wait for MI response when using `GDBDebugger >> #pythonImport:`
Wed, 06 Dec 2023 11:42:08 +0000 Jan Vrany Handle leading `-` when mapping async notification to class name
Fri, 08 Sep 2023 12:40:22 +0100 Jan Vrany Fix `GDBMIDebugger` after rename of `GDBStXUnixProcess` to `GDBUnixProcess`
Mon, 04 Sep 2023 15:35:45 +0100 Jan Vrany Rename `GDBRegisterValueChangedEvent` to `GDBRegisterChangedEvent`
Mon, 04 Sep 2023 14:06:33 +0100 Jan Vrany Add inspector tabs showing breakpoints, inferiors, ...
Mon, 04 Sep 2023 14:00:57 +0100 Jan Vrany Add MI parser test
Thu, 31 Aug 2023 13:21:07 +0100 Jan Vrany Pharo port: add initial set of GT inspector extensions
Thu, 31 Aug 2023 13:19:50 +0100 Jan Vrany Pharo port: correctly clear `#cli` property
Tue, 29 Aug 2023 12:19:57 +0100 Jan Vrany Add a bunch of `#displayOn:` methods
Fri, 25 Aug 2023 16:37:36 +0100 Jan Vrany Add `ports/3rdparty` to `.hgignore`
Fri, 25 Aug 2023 15:55:13 +0100 Jan Vrany Compatibility: fix mutex creation
Tue, 22 Aug 2023 11:54:05 +0100 Jan Vrany Update README.md with information on Pharo
Tue, 22 Aug 2023 11:38:01 +0100 Jan Vrany Update README.md
Tue, 22 Aug 2023 11:15:34 +0100 Jan Vrany Yet another fix `GDBCLICommand >> #operation`
Tue, 22 Aug 2023 10:31:25 +0100 Jan Vrany Pharo port: do not track and kill (!) processes spawn during test
Mon, 21 Aug 2023 20:26:18 +0100 Jan Vrany Compatibility: use `#assert:description:` instead of `#assert:message:`
Mon, 21 Aug 2023 16:53:02 +0100 Jan Vrany Pharo port: add missing `AnnouncementSet >> handles:`
Fri, 18 Aug 2023 14:25:54 +0100 Jan Vrany Compatibility: allow ports to customize semaphore / mutex creation
Fri, 18 Aug 2023 14:10:59 +0100 Jan Vrany Initialize UDIS86-based disassembler lazily
Fri, 18 Aug 2023 11:02:15 +0100 Jan Vrany Compatiblity: do not access Exeption's `parameter` instvar directly
Thu, 17 Aug 2023 15:01:19 +0100 Jan Vrany Pharo port: add new make target `source`
Thu, 17 Aug 2023 14:59:52 +0100 Jan Vrany Pharo port: fix makefile
Mon, 14 Aug 2023 16:35:57 +0100 Jan Vrany Add Pharo version of `GDBPortlib`
Mon, 24 Jul 2023 14:36:24 +0100 Jan Vrany Add PTerm as prerequisite of LibGDBs on Pharo
Sat, 05 Aug 2023 07:45:53 +0100 Jan Vrany Add utility method `GDBDebugger >> #cli:`
Wed, 02 Aug 2023 13:21:16 +0100 Jan Vrany Compatiblity: refactor `GDBPTY` to allow separate stream objects for reading and writing
Mon, 24 Jul 2023 23:15:14 +0100 Jan Vrany Introduce `GDBPortlib` to facilitate porting to other dialects
Fri, 04 Aug 2023 22:56:43 +0100 Jan Vrany Compatibility: do not use `Delay waitForMilliseconds: x`
Mon, 31 Jul 2023 18:09:07 +0100 Jan Vrany Compatibility: remove dependency on `UserPreferences`
Tue, 25 Jul 2023 17:50:44 +0100 Jan Vrany Compatibility: handle different implementations of announcements
Mon, 24 Jul 2023 14:25:20 +0100 Jan Vrany Compatibility: use `#includes:` rather than `#includesIdentical:`
Mon, 24 Jul 2023 14:10:12 +0100 Jan Vrany Compatibility: do not use `#nextPutLine:`
Fri, 14 Jul 2023 15:03:01 +0100 Jan Vrany Compatibility: do not use `#findFirst:ifNone:`
Fri, 14 Jul 2023 13:45:12 +0100 Jan Vrany Compatibility: refactor finalization of debuggers and variable objects
Fri, 14 Jul 2023 10:09:02 +0100 Jan Vrany Compatibility: do not use `Process >> addExitAction:`
Thu, 13 Jul 2023 16:26:06 +0100 Jan Vrany Compatibility: use `#cull:` instead of `#valueWithOptionalArgument:`
Thu, 13 Jul 2023 16:00:06 +0100 Jan Vrany Compatibility: use `#instVarNames` instead of `#instanceVariableNames`
Thu, 13 Jul 2023 15:45:49 +0100 Jan Vrany Compatibility: do not use `asNilIfEmpty`
Thu, 13 Jul 2023 15:55:47 +0100 Jan Vrany Compatibility: use `Character codePoint: 13`` instead of `Character return`
Wed, 12 Jul 2023 17:13:15 +0100 Jan Vrany Compatibility: convert character to single-char string before concatenating
Thu, 13 Jul 2023 15:56:59 +0100 Jan Vrany Compatibility: do not use `#isDigitRadix:`
Wed, 12 Jul 2023 16:53:48 +0100 Jan Vrany Compatibility: do not use `#copyReplaceAll:with:`
Wed, 12 Jul 2023 16:13:40 +0100 Jan Vrany Compatibility: check existence of `#default` singleton of `MADescriptionBuilder`
Wed, 12 Jul 2023 16:12:23 +0100 Jan Vrany Compatibility: use `#isLetter` with `#isDigit` rather then `#isLetterOrDigit`
Wed, 12 Jul 2023 16:11:14 +0100 Jan Vrany Compatibility: use loop search rather then `#indexOfSeparator`
Wed, 12 Jul 2023 16:10:07 +0100 Jan Vrany Compatibility: replace `#copyTo:` with `#copyFrom:to:`
Wed, 12 Jul 2023 16:08:20 +0100 Jan Vrany Compatibility: replace `#startsWith:` with `#beginsWith:`
Mon, 14 Aug 2023 16:36:47 +0100 Jan Vrany Change class categories to facilitate Pharo port
Mon, 24 Jul 2023 14:35:24 +0100 Jan Vrany Initial support pro Pharo
Mon, 24 Jul 2023 14:26:03 +0100 Jan Vrany Remove unused `#initialize` from `GDBStXSimpleProcess` and `GDBStXUnixProcess`
Fri, 14 Jul 2023 15:04:01 +0100 Jan Vrany Initialize `TraceEvents` and `TraceProcesses` to `false` by default
Mon, 31 Jul 2023 16:34:38 +0100 Jan Vrany Remove obsolete `gdbExecutable` and `gdbExecutable:`
Wed, 12 Jul 2023 12:17:52 +0100 Jan Vrany Use `#isMSWINDOWSlike` instead of `#isMSWINDOWSNTlike`
Tue, 11 Jul 2023 17:14:35 +0100 Jan Vrany Skip known failing tests
Tue, 11 Jul 2023 17:27:58 +0100 Jan Vrany Fix `GDBCLICommand >> operation`
Tue, 11 Jul 2023 16:33:20 +0100 Jan Vrany Add `GDBArch_PPC64`
Tue, 16 May 2023 17:31:51 +0100 Jan Vrany Prefer `gdb-multiarch` (if present) over `gdb`
(0) -300 -100 -60 tip