User Details
User Details
- User Since
- Dec 3 2019, 4:42 PM (171 w, 5 d)
Nov 27 2021
Nov 27 2021
serhiy.redko updated the diff for D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided..
As requested DAP now reports an error in case debug configuration contains unused target related keys
("program", "coreFile" etc) along with "launchCommands" or "attachCommands" that must create target.
Nov 27 2021, 11:36 PM · Unknown Object (Project)
Oct 18 2021
Oct 18 2021
serhiy.redko planned changes to D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided..
Oct 18 2021, 10:47 AM · Unknown Object (Project)
serhiy.redko updated the diff for D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided..
- return error in case debug configuration contains incompatible fields with 'launchCommands'/'attachCommands'
Oct 18 2021, 1:06 AM · Unknown Object (Project)
Oct 10 2021
Oct 10 2021
serhiy.redko updated the diff for D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided..
- added printing of unused target related fields from launch.json in case launchCommands/attachCommands fields are provided.
- updated help info in for launch/attach fields according to review request.
Oct 10 2021, 11:39 PM · Unknown Object (Project)
Jan 20 2021
Jan 20 2021
serhiy.redko planned changes to D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided..
Thanks for review and your input, @clayborg
Jan 20 2021, 9:54 AM · Unknown Object (Project)
Jan 19 2021
Jan 19 2021
serhiy.redko added reviewers for D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided.: clayborg, wallace, kusmour, tatyana-krasnukha, labath, aadsm.
Jan 19 2021, 12:56 PM · Unknown Object (Project)
serhiy.redko requested review of D94997: [lldb][lldb-vscode] Updated implementation of 'launch' and 'attach' requests to not create auxiliary target in case "launchCommands" and "attachCommands" are provided..
Jan 19 2021, 12:51 PM · Unknown Object (Project)
Dec 5 2019
Dec 5 2019
serhiy.redko added a comment to D71034: [lldb-vscode] Added support for ‘totalFrames’ field in StackTraces response .
Basically I also was confused with that field which is marked as optional in schema and initially I thought this is VSCode UI issue that expects that field to be present for DAP implementations that provide support for 'supportsDelayedStackTraceLoading' capability.
Then I read the following in specification for 'supportsDelayedStackTraceLoading' and concluded that for DAP that supports 'supportsDelayedStackTraceLoading', 'totalFrames' field is mandatory.
Dec 5 2019, 5:57 PM · Unknown Object (Project)
Dec 4 2019
Dec 4 2019
serhiy.redko updated the summary of D71034: [lldb-vscode] Added support for ‘totalFrames’ field in StackTraces response .
Dec 4 2019, 2:48 PM · Unknown Object (Project)
serhiy.redko created D71034: [lldb-vscode] Added support for ‘totalFrames’ field in StackTraces response .
Dec 4 2019, 2:48 PM · Unknown Object (Project)