Skip to content

Commit 4c10566

Browse files
committed
[lldb] Fix ScriptedThread build failure (NFC)
This patch replaces `DynamicRegisterInfo.h` include path since the file has been moved upstream in 214054f, but merging that change requires cherry-picking multiple patches that could potentially affect the branch stability. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent c7b4936 commit 4c10566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/scripted/ScriptedThread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
#include "ScriptedProcess.h"
1515

16+
#include "Plugins/Process/Utility/DynamicRegisterInfo.h"
1617
#include "Plugins/Process/Utility/RegisterContextMemory.h"
1718
#include "lldb/Interpreter/ScriptInterpreter.h"
18-
#include "lldb/Target//DynamicRegisterInfo.h"
1919
#include "lldb/Target/Thread.h"
2020

2121
namespace lldb_private {

0 commit comments

Comments
 (0)