Daniel Collin

Results 152 issues of Daniel Collin

Currently it's bad position and doesn't actually display any useful info. It should things like "Amiga UAE: Connected to 127.0.0.1:6860" - Stepping/Running/Etc

https://github.com/google/xi-editor seems to have good momentum and might be a good fit as "Separation into front-end and back-end modules. The front-end is responsible for presenting the user interface and drawing...

Related twitter thread: https://twitter.com/daniel_collin/status/753175420317626368 The idea here is to create a good register views because the ones that exists in most debuggers are pretty awful tbh. They pretty much only...

I would like us to use LLDB for native debugging on Linux. This would map very nicely to the Mac LLDB plugin and the code should be identical. Things to...

The code here https://github.com/emoon/ProDBG/tree/master/src/plugins/lldb and should be very doable thanks to https://github.com/endoli/lldb.rs

Feature level 0.1: - A basic Workspace is needed where you can: - Add source links (in a tree view) - Store settings for a project (breakpoints, layouts, executable, parameters,...

feature
apple

Right now plugins can request data from the backend and then get back an event of the request. The idea with the current design is that anyone can listen to...

Things that should be part of this is. Setup a project that stores things like: - Which backend that is active. - Settings for the backend (executable used) - All...

Possible to save memory to disk (start range, end range, with stride)

memory_view

Features for 0.1: - Have basic version of Source Code View working with Scintilla. A fair amount of work has been done here already but needs some more fixes before...

feature