Skip to content

Commit 20b8c4c

Browse files
committed
Changelog and version
1 parent 2807cb5 commit 20b8c4c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes
22

3+
# 1.12.1
4+
5+
### New
6+
- Added `start_debugging()` function to CodeLLDB's [Python API](MANUAL.md#debugger-api). This translates into the [StartDebugging](https://microsoft.github.io/debug-adapter-protocol/specification#Reverse_Requests_StartDebugging) DAP request.
7+
- [Step Into Targets](https://code.visualstudio.com/updates/v1_46#_step-into-targets) now works on ARM platforms.
8+
9+
### Fixed
10+
- #1357: can't watch contents of pointers
11+
- #1364: get_source_text panic due to unwrap on unknown/empty opcode
12+
- Codelldb will now unblock the signal specified in `gracefulShutdown` before delivering it to the debuggee.
13+
314
# 1.12.0
415

516
### New

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22
project(CodeLLDB)
33
enable_testing()
44

5-
set(VERSION "1.12.0") # Base version
5+
set(VERSION "1.12.1") # Base version
66

77
include(cmake/CopyFiles.cmake)
88

0 commit comments

Comments
 (0)