Skip to content

realgud/realgud-lldb

Repository files navigation

Build Status MELPA MELPA Stable

Introduction

Emacs Lisp Module to add lldb support to realgud.

Installation

From ELPA or MELPA

Inside GNU Emacs evaluate:

  (package-install realgud-lldb)

From github source

  • Have realgud and test-simple installed.
  • From inside GNU Emacs, evaluate:
  (compile (format "EMACSLOADPATH=:%s:%s ./autogen.sh" (file-name-directory (locate-library "test-simple.elc")) (file-name-directory (locate-library "realgud.elc"))))