Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetsuo-cpp/visual-lldb
A GUI frontend for LLDB.
https://github.com/tetsuo-cpp/visual-lldb
debugger gdb gdb-frontend lldb lldb-frontend llvm qt
Last synced: 16 days ago
JSON representation
A GUI frontend for LLDB.
- Host: GitHub
- URL: https://github.com/tetsuo-cpp/visual-lldb
- Owner: tetsuo-cpp
- Created: 2021-04-26T13:01:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T14:38:52.000Z (over 3 years ago)
- Last Synced: 2025-01-10T21:41:42.514Z (18 days ago)
- Topics: debugger, gdb, gdb-frontend, lldb, lldb-frontend, llvm, qt
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual LLDB
A GUI frontend for LLDB. This code has been hacked together in a few days and isn't in a usable state. These are just some of the things I'm considering:
* Expose more LLDB functionality
* Support core dumps
* Make it pretty
* Keyboard driven interface
## Dependencies
* LibLLDB
* Qt6
## Build
```
$ mkdir build/ && cd build/
$ cmake -G Ninja ..
$ ninja
```
## Usage
```
$ visual-lldb
```