Skip to content

Update documentation for new LLDB support#3229

Merged
rv-jenkins merged 5 commits intodevelopfrom
lldb-docs
Mar 20, 2023
Merged

Update documentation for new LLDB support#3229
rv-jenkins merged 5 commits intodevelopfrom
lldb-docs

Conversation

@Baltoli
Copy link
Copy Markdown
Contributor

@Baltoli Baltoli commented Mar 15, 2023

This PR updates tutorial and documentation material referencing K's GDB support to include the new LLDB support scripts.

@Baltoli Baltoli changed the title Get correct LLDB path from backend install Update documentation for new LLDB support Mar 15, 2023
@rv-jenkins rv-jenkins changed the base branch from master to develop March 15, 2023 10:15
@Baltoli Baltoli marked this pull request as ready for review March 20, 2023 13:31
@Baltoli Baltoli requested a review from radumereuta March 20, 2023 13:31
6 rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
7 rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
8
(lldb)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are these line indicators working?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just LLDB's native support for source printing. We don't have to implement anything specially to get it beyond the information that's already emitted.

@rv-jenkins rv-jenkins merged commit f88fab4 into develop Mar 20, 2023
@rv-jenkins rv-jenkins deleted the lldb-docs branch March 20, 2023 16:29
Baltoli pushed a commit that referenced this pull request Nov 1, 2023
…2845)

* haskell-backend/src/main/native/haskell-backend: e8d063de5 - Fix Cabal and Stack CI caching (#3229)

* haskell-backend/src/main/native/haskell-backend: 21fdf2a24 - Hoogle targets in Makefile (#3227)

* haskell-backend/src/main/native/haskell-backend: 9ae4daa1d - Update dependency: deps/k_release (#3222)

* Update expected output in SimpleKoreClientTest

Co-authored-by: Tamas Toth <tamas.toth@runtimeverification.com>
@Baltoli Baltoli mentioned this pull request Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants