Skip to content

Commit

Permalink
Docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Sep 15, 2023
1 parent 5a7db41 commit 05502bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

# 1.10.0

## New
- Updated bundled LLDB to v17.0.0

## Fixed
- #954: VSCode call stack doesn't work when instruction pointer is invalid
- #958: Excluded Callers feature not working in Dev Container
- #853: Display Whole String in Debug Console
- #980: Global variables are miscategorized as static

# 1.9.2

## New
Expand Down Expand Up @@ -32,7 +43,7 @@ This function supersedes functionality of the older `display_html` API.
# 1.9.0

## New
- Updated the bundled LLDB to v16.0.0
- Updated bundled LLDB to v16.0.0
- It is now possible to combine number format specifiers (`foo,x`) and "reinterpret as array" speficiers (`foo,[10]`)
together: `foo,x[10]` (Feature request #851).
- Added support for native VSCode [disassmbly view](https://devblogs.microsoft.com/cppblog/visual-studio-code-c-july-2021-update-disassembly-view-macro-expansion-and-windows-arm64-debugging/#disassembly-view) (thanks @puremourning!).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
project(CodeLLDB)
enable_testing()

set(VERSION "1.9.3") # Base version
set(VERSION "1.10.0") # Base version

include(cmake/CopyFiles.cmake)

Expand Down

0 comments on commit 05502bf

Please sign in to comment.