<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Nectar/dev/LibDebugger/src/POSIXMachContractCLI.cc, branch v0.1.2-develop</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/Nectar/atom?h=v0.1.2-develop</id>
<link rel='self' href='https://git.nekernel.org/cgit/Nectar/atom?h=v0.1.2-develop'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/'/>
<updated>2025-07-30T07:50:15+00:00</updated>
<entry>
<title>feat! Breaking API changes of NeCTI's LibCompiler and LibDebugger.</title>
<updated>2025-07-30T07:50:15+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-07-30T07:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=1c8c5cff67b20d86c442b0917d6c1fc6407140df'/>
<id>urn:sha1:1c8c5cff67b20d86c442b0917d6c1fc6407140df</id>
<content type='text'>
what:

- They've now become CompilerKit and DebuggerKit.
- Expanding XCoff for NeBoot PowerPC backend.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>fix: `LibCompiler::install_signal(SIGINT, dbgi_ctrlc_handler);` to</title>
<updated>2025-07-10T00:18:36+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-07-10T00:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=b36a317c30acee30694a5068bae1abcd622bfec0'/>
<id>urn:sha1:b36a317c30acee30694a5068bae1abcd622bfec0</id>
<content type='text'>
add Ctrl-C support again.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>LibDebugger: refactor! Breaking changes inside the debugger contracts.</title>
<updated>2025-07-05T08:24:19+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-07-05T08:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=af6d1735afe4b63d13ddb73f532b4a3309f527c2'/>
<id>urn:sha1:af6d1735afe4b63d13ddb73f532b4a3309f527c2</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: Kernel+IP system for NeDBG.</title>
<updated>2025-06-30T08:22:15+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-06-30T08:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=befc10f9e391ebe538d9e40eb3ed42baf28829d5'/>
<id>urn:sha1:befc10f9e391ebe538d9e40eb3ed42baf28829d5</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: Ctrl-D support in Mach Debugger.</title>
<updated>2025-06-30T02:31:33+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-06-30T02:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=e9ea48e12f6df8fdfc8964f0a9f7f8c1c59ff466'/>
<id>urn:sha1:e9ea48e12f6df8fdfc8964f0a9f7f8c1c59ff466</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>fix: POSIXMachContractCLI: remove unused function call.</title>
<updated>2025-06-30T02:15:40+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-06-30T02:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=665acbd7f1fd269447cc7fe9733d429790c5dea0'/>
<id>urn:sha1:665acbd7f1fd269447cc7fe9733d429790c5dea0</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev(kdbg): Working on NeKernel Debugger.</title>
<updated>2025-05-14T12:27:43+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-14T12:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/Nectar/commit/?id=94ceccd5acda2fd035eb55235126b944b0915576'/>
<id>urn:sha1:94ceccd5acda2fd035eb55235126b944b0915576</id>
<content type='text'>
how:

 - Load vmkrnl.efi.
 - Keep track of IP, Stack, and debugging information related to the
   kernel.
 - Make use of breakpoints and provide lldb grade experience.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
</feed>
