shivammittal99 created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Signed-off-by: Shivam Mittal
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83180
Files:
lldb/source/API/SBError.cpp
Index: lldb/source/API/SBError.cpp
===
shivammittal99 added a comment.
@JDevlieghere Sounds good! I'll make the changes and use that for any future
additions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82732/new/
https://reviews.llvm.org/D82732
___
shivammittal99 updated this revision to Diff 274625.
shivammittal99 added a comment.
- Extend SBTarget to enable/disable/ignore watchpoints
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82732/new/
https://reviews.llvm.org/D82732
Files:
lldb/bind
shivammittal99 created this revision.
shivammittal99 added reviewers: jingham, teemperor.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Signed-off-by: Shivam Mittal
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82732
Files:
lldb/include/lldb/API/SB
shivammittal99 updated this revision to Diff 273977.
shivammittal99 added a comment.
Rebase on master
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82723/new/
https://reviews.llvm.org/D82723
Files:
lldb/source/API/CMakeLists.txt
lldb/source/Co
shivammittal99 created this revision.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.
Signed-off-by: Shivam Mittal
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82723
Files:
lldb/source/API/CMakeLists.txt
lldb/source/Commands/CMakeLists.txt
shivammittal99 created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
The FindEntryThatContains function does not return the correct entry in
the case when two non-consecutive entries contain the range.
Eg. Vector = [(0, 40, 0), (10, 10, 1)] and query = (25,
shivammittal99 added a comment.
Can you please commit this for me? I do not have commit access.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76729/new/
https://reviews.llvm.org/D76729
___
lldb-commits
shivammittal99 created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Resolve the two duplicated pragma marks in
lldb/source/Commands/CommandObjectTarget.cpp
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77096
Files:
lldb/source/Comma
shivammittal99 added a comment.
Can someone please land this patch for me? I do not have commit access.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76569/new/
https://reviews.llvm.org/D76569
___
lldb
shivammittal99 updated this revision to Diff 252426.
shivammittal99 added a comment.
Run clang-format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76729/new/
https://reviews.llvm.org/D76729
Files:
lldb/source/Commands/CommandObjectSettings.cpp
shivammittal99 created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Convert index-based loops marked TODO in CommandObjectSettings and
CommandObjectTarget to entry-based.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76729
Files:
ll
shivammittal99 updated this revision to Diff 252125.
shivammittal99 added a comment.
Remove conditional and move raw_command_string line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76569/new/
https://reviews.llvm.org/D76569
Files:
lldb/source/
shivammittal99 added a comment.
> run by hand ASAN-built LLDB for the code modified by this patch.
How do I do that? This is my first PR to llvm, so I am not aware of the tools.
Please bear with me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76
shivammittal99 added a comment.
@jankratochvil When I use `LLVM_USE_SANITIZER=Address` and then run `ninja
check-lldb` I get other errors:
$ ninja check-lldb -j 1
[1/1981] Building DiagnosticDriverKinds.inc...
FAILED: tools/clang/include/clang/Basic/DiagnosticDriverKinds.inc
cd /home/sh
shivammittal99 added a comment.
I don't know why is `clang-tidy` failing. I haven't changed the import or any
other file than `CommandObjectCommands.cpp`. @jingham @aprantl Could you please
help?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76569
shivammittal99 created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76569
Files:
lldb/source/Commands/CommandObjectCommands.cpp
Index: lldb/source/Commands/CommandObjectCommands.cpp
=
17 matches
Mail list logo