Commit ca7492f
authored
[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.1 parent c7fbbec commit ca7492f
2 files changed
+13
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | 247 | | |
250 | 248 | | |
251 | 249 | | |
| |||
259 | 257 | | |
260 | 258 | | |
261 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
4227 | 4228 | | |
4228 | 4229 | | |
4229 | 4230 | | |
4230 | | - | |
4231 | | - | |
| 4231 | + | |
| 4232 | + | |
4232 | 4233 | | |
4233 | 4234 | | |
4234 | 4235 | | |
4235 | 4236 | | |
4236 | 4237 | | |
4237 | | - | |
4238 | | - | |
4239 | | - | |
4240 | | - | |
4241 | | - | |
| 4238 | + | |
| 4239 | + | |
4242 | 4240 | | |
4243 | 4241 | | |
4244 | | - | |
4245 | | - | |
4246 | | - | |
4247 | | - | |
4248 | | - | |
4249 | | - | |
4250 | | - | |
4251 | | - | |
| 4242 | + | |
| 4243 | + | |
| 4244 | + | |
| 4245 | + | |
4252 | 4246 | | |
4253 | 4247 | | |
4254 | 4248 | | |
| |||
0 commit comments