[all-commits] [llvm/llvm-project] ca7492: [lldb] Extract getter function for experimental ta...
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Mar 6 20:42:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca7492fae42c5a21db96eccaca7a5e827ab1bf65
https://github.com/llvm/llvm-project/commit/ca7492fae42c5a21db96eccaca7a5e827ab1bf65
Author: Dave Lee <davelee.com at gmail.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M lldb/include/lldb/Target/Target.h
M lldb/source/Target/Target.cpp
Log Message:
-----------
[lldb] Extract getter function for experimental target properties (NFC) (#83504)
In Swift's downstream lldb, there are a number of experimental properties. This change
extracts a getter function containing the common logic for getting a boolean valued
experimental property.
This also deletes `SetInjectLocalVariables` which isn't used anywhere.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list