https://github.com/taalhaataahir0102 edited
https://github.com/llvm/llvm-project/pull/69422
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
jh7370 wrote:
I can merge it for you, but first I just want to confirm that all 4 commits in
this PR are intended to be for the PR? If not, you'll need to rebase and force
push.
There's no need for you to manually squash the fixups (although you might as
well if you do end up rebasing). When
https://github.com/taalhaataahir0102 commented:
Hi David! We're done with point no. 1 i.e., extending the existing dump
functions by adding name (searched symbol) argument in the function definition.
Can you please have a look at the changes. Also here I'm doing a lot of this in
these dump fun
Author: Kazu Hirata
Date: 2023-10-22T21:18:25-07:00
New Revision: 66a797102de4e001054c94d7c0a3f71ace0a2c1f
URL:
https://github.com/llvm/llvm-project/commit/66a797102de4e001054c94d7c0a3f71ace0a2c1f
DIFF:
https://github.com/llvm/llvm-project/commit/66a797102de4e001054c94d7c0a3f71ace0a2c1f.diff
L
https://github.com/cmtice closed https://github.com/llvm/llvm-project/pull/69796
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: cmtice
Date: 2023-10-22T15:42:55-07:00
New Revision: efb0e9c0bda62ba4b1c5421baeb140016ff53c84
URL:
https://github.com/llvm/llvm-project/commit/efb0e9c0bda62ba4b1c5421baeb140016ff53c84
DIFF:
https://github.com/llvm/llvm-project/commit/efb0e9c0bda62ba4b1c5421baeb140016ff53c84.diff
LOG: [
@@ -1,7 +1,7 @@
# REQUIRES: lua || python
# RUN: %build %p/Inputs/dummy-target.c -o %t.out
-# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000
+ 126)"' -o 'r' | FileCheck %s
+# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(
https://github.com/joker-eph approved this pull request.
https://github.com/llvm/llvm-project/pull/69878
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Kazu Hirata
Date: 2023-10-22T11:57:23-07:00
New Revision: aaa5f34b6130cc667b6dc893db302e21bf59fd5a
URL:
https://github.com/llvm/llvm-project/commit/aaa5f34b6130cc667b6dc893db302e21bf59fd5a
DIFF:
https://github.com/llvm/llvm-project/commit/aaa5f34b6130cc667b6dc893db302e21bf59fd5a.diff
L