Issue |
148901
|
Summary |
[LLDB][ProcessLinux] Native MIPS debugging fails: missing NativeRegisterContextLinux implementation
|
Labels |
new issue
|
Assignees |
|
Reporter |
mmatic05
|
I was testing LLDB on a MIPS based board. An error was observed when running LLDB on the MIPS board itself over the minimal test case "error: Lost debug server connection". Since the goal was native debugging, this tells us that LLDB does not have a backend capable of managing a local process (no "process plugin"). Analysis of the problem concluded that the liblldbPluginProcessLinux plugin is correctly loaded but does not work on MIPS. The reason why this happens is that there is no NativeRegisterContextLinux implementation for MIPS, while there is for other architectures. Without this implementation, the plugin important for native debugging on MIPS will not work.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs