[Lldb-commits] [lldb] [lldb-dap] Fixing a type encoding issue with dap Stopped events. (PR #72292)

2023-11-30 Thread David Goldman via lldb-commits
https://github.com/DavidGoldman closed https://github.com/llvm/llvm-project/pull/72292 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] da59370 - [lldb-vscode] Adding support for column break points.

2023-07-06 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-07-06T16:33:22-04:00 New Revision: da59370b0977083fa081f4f113179110c86916e5 URL: https://github.com/llvm/llvm-project/commit/da59370b0977083fa081f4f113179110c86916e5 DIFF: https://github.com/llvm/llvm-project/commit/da59370b0977083fa081f4f113179110c86916e5.diff

[Lldb-commits] [lldb] 16317f1 - [lldb-vscode] Creating a new flag for adjusting the behavior of evaluation repl expressions to allow users to more easily invoke lldb commands.

2023-07-11 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-07-11T16:37:25-04:00 New Revision: 16317f1ced77e1d8711188f2fcc6c86a783d9c56 URL: https://github.com/llvm/llvm-project/commit/16317f1ced77e1d8711188f2fcc6c86a783d9c56 DIFF: https://github.com/llvm/llvm-project/commit/16317f1ced77e1d8711188f2fcc6c86a783d9c56.diff

[Lldb-commits] [lldb] 3d1f89c - [lldb-vscode] Creating a new flag for adjusting the behavior of evaluation repl expressions to allow users to more easily invoke lldb commands.

2023-07-19 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-07-19T21:04:12Z New Revision: 3d1f89c2e37c4cf9017842a7d04ae07a5e096d08 URL: https://github.com/llvm/llvm-project/commit/3d1f89c2e37c4cf9017842a7d04ae07a5e096d08 DIFF: https://github.com/llvm/llvm-project/commit/3d1f89c2e37c4cf9017842a7d04ae07a5e096d08.diff LOG:

[Lldb-commits] [lldb] 3ab73a3 - [lldb-vsocde] Add a 'continued' event for programmatic continue events.

2023-07-25 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-07-25T14:46:17-04:00 New Revision: 3ab73a398422298fb5435ced0f7838074efa12e0 URL: https://github.com/llvm/llvm-project/commit/3ab73a398422298fb5435ced0f7838074efa12e0 DIFF: https://github.com/llvm/llvm-project/commit/3ab73a398422298fb5435ced0f7838074efa12e0.diff

[Lldb-commits] [lldb] 011cc6d - [lldb-vsocde] Cleaning up the usage of the Separate helper in Options.td.

2023-07-26 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-07-26T15:27:17-04:00 New Revision: 011cc6d8bfba44ae7e057854c4e7110ae0a4ba37 URL: https://github.com/llvm/llvm-project/commit/011cc6d8bfba44ae7e057854c4e7110ae0a4ba37 DIFF: https://github.com/llvm/llvm-project/commit/011cc6d8bfba44ae7e057854c4e7110ae0a4ba37.diff

[Lldb-commits] [lldb] 1bf6f55 - [lldb-vscode] Adding support for displaying backtraces.

2023-07-28 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-07-28T16:54:27-04:00 New Revision: 1bf6f55911ca6427789093b1df8a63d7e72dac51 URL: https://github.com/llvm/llvm-project/commit/1bf6f55911ca6427789093b1df8a63d7e72dac51 DIFF: https://github.com/llvm/llvm-project/commit/1bf6f55911ca6427789093b1df8a63d7e72dac51.diff

[Lldb-commits] [lldb] ca71dc1 - [lldb-vscode] Adding support for the "disassemble" request.

2023-07-31 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-07-31T12:44:23-04:00 New Revision: ca71dc1b5404ac685c3190c45c342b01e94e4761 URL: https://github.com/llvm/llvm-project/commit/ca71dc1b5404ac685c3190c45c342b01e94e4761 DIFF: https://github.com/llvm/llvm-project/commit/ca71dc1b5404ac685c3190c45c342b01e94e4761.diff

[Lldb-commits] [lldb] [lldb-dap] Updating VariableDescription to use GetDescription() as a fallback. (PR #77026)

2024-01-12 Thread David Goldman via lldb-commits
https://github.com/DavidGoldman closed https://github.com/llvm/llvm-project/pull/77026 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 227b218 - Creating a startDebugging reverse DAP request handler in lldb-vscode.

2023-06-29 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-06-29T14:45:57-04:00 New Revision: 227b2180eb2be94986d63c75c144f88be13fc52f URL: https://github.com/llvm/llvm-project/commit/227b2180eb2be94986d63c75c144f88be13fc52f DIFF: https://github.com/llvm/llvm-project/commit/227b2180eb2be94986d63c75c144f88be13fc52f.diff

[Lldb-commits] [lldb] fc52f8d - [lldb-vscode] Prior to running the launchCommands during a launch request set the launch info so the configured launch information is accessible by the launch commands.

2023-06-29 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-06-29T14:50:19-04:00 New Revision: fc52f8dc6ce2ddd19b7b0f5ffdc9598c3abe105f URL: https://github.com/llvm/llvm-project/commit/fc52f8dc6ce2ddd19b7b0f5ffdc9598c3abe105f DIFF: https://github.com/llvm/llvm-project/commit/fc52f8dc6ce2ddd19b7b0f5ffdc9598c3abe105f.diff

[Lldb-commits] [lldb] b9b0ab3 - [lldb-vscode] Adjusting CreateSource to detect compiler generated frames.

2023-06-29 Thread David Goldman via lldb-commits
Author: John Harrison Date: 2023-06-29T15:31:08-04:00 New Revision: b9b0ab32f9d0a40ee225b2dc71bdf2f66b7127e8 URL: https://github.com/llvm/llvm-project/commit/b9b0ab32f9d0a40ee225b2dc71bdf2f66b7127e8 DIFF: https://github.com/llvm/llvm-project/commit/b9b0ab32f9d0a40ee225b2dc71bdf2f66b7127e8.diff

[Lldb-commits] [lldb] [lldb-dap] Fixing a type encoding issue with dap Stopped events. (PR #72292)

2023-11-14 Thread David Goldman via lldb-commits
@@ -953,9 +953,9 @@ llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, } else { body.try_emplace("reason", "breakpoint"); char desc_str[64]; - uint64_t bp_id = thread.GetStopReasonDataAtIndex(0); - uint64_t bp_loc_id = thread.GetStopReasonD