[Lldb-commits] [lldb] New DynamicLoaderDumpWithModuleList for coredump debugging (PR #149019)

2025-07-15 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga created https://github.com/llvm/llvm-project/pull/149019 Summary: This patch adds a new `DynamicLoaderDumpWithModuleList` plugin which can be used for coredump debugging. It leverages NT_FILE note in coredump to get module list instead of relying on posix rdebug d

[Lldb-commits] [lldb] New DynamicLoaderDumpWithModuleList for coredump debugging (PR #149019)

2025-07-15 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/149019 >From 1a8ecb925c19f3c637838ea6cea2c8bb640e86d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Tan Date: Wed, 21 Jul 2021 13:32:56 -0700 Subject: [PATCH] New DynamicLoaderDumpWithModuleList for coredump debugging Sum

[Lldb-commits] [lldb] [lldb] Implement RISCV function unwinding using instruction emulation (PR #147434)

2025-07-12 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/147434 >From d14ca454a5ec044a5cb0083327f5151aedbe20cc Mon Sep 17 00:00:00 2001 From: satya janga Date: Mon, 7 Jul 2025 17:20:50 -0700 Subject: [PATCH 1/2] Address gaps in RISCV function unwinding --- .../RISCV/Emu

[Lldb-commits] [lldb] [lldb] Implement RISCV function unwinding using instruction emulation (PR #147434)

2025-07-12 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/147434 >From d14ca454a5ec044a5cb0083327f5151aedbe20cc Mon Sep 17 00:00:00 2001 From: satya janga Date: Mon, 7 Jul 2025 17:20:50 -0700 Subject: [PATCH] Address gaps in RISCV function unwinding --- .../RISCV/Emulate

[Lldb-commits] [lldb] Add new "target module replace" command (PR #148735)

2025-07-15 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/148735 >From c021e054277a590901012e6c9fcdcff8fedf9867 Mon Sep 17 00:00:00 2001 From: Jeffrey Tan Date: Wed, 21 Jul 2021 13:32:56 -0700 Subject: [PATCH] Add new "target module replace" command Summary: For dump debu

[Lldb-commits] [lldb] [lldb] Implement RISCV function unwinding using instruction emulation (PR #147434)

2025-07-15 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga converted_to_draft https://github.com/llvm/llvm-project/pull/147434 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Add new "target module replace" command (PR #148735)

2025-07-14 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/148735 >From d6c8504e344f46fbcbc77ec19f25a540fc85462e Mon Sep 17 00:00:00 2001 From: Jeffrey Tan Date: Wed, 21 Jul 2021 13:32:56 -0700 Subject: [PATCH] Add new "target module replace" command Summary: For dump debu

[Lldb-commits] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-23 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga created https://github.com/llvm/llvm-project/pull/150268 Some gdb remote servers send target.xml that contains """ """ it seems like a valid and supported type in gdb. from gdb16.3/gdb/target_descriptions.c (could not find a way to link it).

[Lldb-commits] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-23 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150268 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/150149 >From f4c7789bb5994f1df81294c054ddc74b397e6e3f Mon Sep 17 00:00:00 2001 From: satya janga Date: Tue, 22 Jul 2025 17:57:30 -0700 Subject: [PATCH] Zero extend APInt when piece size is bigger than the bitwidth

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/150149 >From 766882f582904685fa5c216bbe88d1a0588c97aa Mon Sep 17 00:00:00 2001 From: satya janga Date: Tue, 22 Jul 2025 17:57:30 -0700 Subject: [PATCH] Zero extend APInt when piece size is bigger than the bitwidth

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/150149 >From 0431e9a3404b45e95e737ecbcf92f222527a51cc Mon Sep 17 00:00:00 2001 From: satya janga Date: Tue, 22 Jul 2025 17:57:30 -0700 Subject: [PATCH] Zero extend APInt when piece size is bigger than the bitwidth

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/150149 >From 3cec63f6fab532765a3a9188988b957391e9c9eb Mon Sep 17 00:00:00 2001 From: satya janga Date: Tue, 22 Jul 2025 17:57:30 -0700 Subject: [PATCH] Zero extend APInt when piece size is bigger than the bitwidth

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga created https://github.com/llvm/llvm-project/pull/150149 None >From 1807c11e5f9de38a89073cf4846423bf7a8eb09e Mon Sep 17 00:00:00 2001 From: satya janga Date: Tue, 22 Jul 2025 17:57:30 -0700 Subject: [PATCH] Zero extend APInt when piece size is bigger than the bitw

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga ready_for_review https://github.com/llvm/llvm-project/pull/150149 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150149 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150149 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150149 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-22 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150149 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-28 Thread satyanarayana reddy janga via lldb-commits
@@ -692,6 +692,9 @@ class MyResponder(MockGDBServerResponder): "0102030405060708" # t4 "0102030405060708" # t5 "0102030405060708" # t6 +"6162636465666768" # pc satyajanga wrote: The test also

[Lldb-commits] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-27 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga ready_for_review https://github.com/llvm/llvm-project/pull/150268 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-27 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150268 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-27 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150268 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Zero extend APInt when piece size is bigger than the bitwidth (PR #150149)

2025-07-27 Thread satyanarayana reddy janga via lldb-commits
@@ -1978,7 +1978,12 @@ llvm::Expected DWARFExpression::Evaluate( // grows to the nearest host integer type. llvm::APInt fail_value(1, 0, false); llvm::APInt ap_int = scalar.UInt128(fail_value); -assert(ap_int.getBitWidth() >= bit_

[Lldb-commits] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-27 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga updated https://github.com/llvm/llvm-project/pull/150268 >From a49fa554e22c870abc2d15d6619929413ce59f11 Mon Sep 17 00:00:00 2001 From: satya janga Date: Wed, 23 Jul 2025 09:47:31 -0700 Subject: [PATCH] support ieee_single and ieee_double gdbtypes for registers ---

[Lldb-commits] [lldb] [lldb] support ieee_single and ieee_double gdbtypes for registers (PR #150268)

2025-07-27 Thread satyanarayana reddy janga via lldb-commits
https://github.com/satyajanga edited https://github.com/llvm/llvm-project/pull/150268 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits