Skip to content

tetsuo-cpp/visual-lldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b364e9f · Jul 22, 2021

History

19 Commits
Apr 26, 2021
Jul 22, 2021
Jul 22, 2021
Jul 21, 2021
Jul 22, 2021
Jul 22, 2021
Jul 21, 2021
Jul 21, 2021
Jul 22, 2021
Jul 22, 2021
Jul 22, 2021
Jul 22, 2021
Jul 22, 2021
Jul 22, 2021
Jul 22, 2021
Apr 26, 2021
Jul 21, 2021

Repository files navigation

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 <target>