[Lldb-commits] [lldb] [lldb][lldb-dap] Added readMemory and WriteMemory, var type correction (PR #108036)

2024-11-20 Thread Jennifer Phillips via lldb-commits
@@ -4332,6 +4339,232 @@ void request_setInstructionBreakpoints(const llvm::json::Object &request) { g_dap.SendJSON(llvm::json::Value(std::move(response))); } +// "ReadMemoryRequest": { +// "allOf": [ { "$ref": "#/definitions/Request" }, { +// "type": "object", +//

[Lldb-commits] [lldb] [lldb][lldb-dap] Added readMemory and WriteMemory, var type correction (PR #108036)

2024-09-19 Thread Jennifer Phillips via lldb-commits
jennphilqc wrote: > > I actually wrote this for a team that already has their own viewer. We've > > suggested that they upstream that as well. > > Is that viewer in VS-Code or in some other editor? (Trying to avoid > duplicating effort, so I don't accidentally implement the same thing) It is

[Lldb-commits] [lldb] [lldb][lldb-dap] Added readMemory and WriteMemory, var type correction (PR #108036)

2024-09-17 Thread Jennifer Phillips via lldb-commits
jennphilqc wrote: > Given this, I think we should take the best parts of both PRs 🙂 What do you > think about the following path forward? > > * rebase this PR on top of [[lldb-dap] Support inspecting memory  > #104317](https://github.com/llvm/llvm-project/pull/104317) > * scope this PR down to

[Lldb-commits] [lldb] [lldb][lldb-dap] Added readMemory and WriteMemory, var type correction (PR #108036)

2024-09-10 Thread Jennifer Phillips via lldb-commits
https://github.com/jennphilqc updated https://github.com/llvm/llvm-project/pull/108036 >From b7e59ca0739240796b89b3d114d6c96c3b09c687 Mon Sep 17 00:00:00 2001 From: Jennifer Phillips Date: Tue, 27 Aug 2024 10:48:37 -0700 Subject: [PATCH 1/2] Added readMemory and WriteMemory, var type correction

[Lldb-commits] [lldb] [lldb][lldb-dap] Added readMemory and WriteMemory, var type correction (PR #108036)

2024-09-10 Thread Jennifer Phillips via lldb-commits
jennphilqc wrote: Please add @clayborg as Reviewer. https://github.com/llvm/llvm-project/pull/108036 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits