Re: [lldb-dev] Windows lldb prompt issue

2016-03-21 Thread Zachary Turner via lldb-dev
nnovation Center, Inc. > > The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a > Linux Foundation Collaborative Project > > > > > > -Original Message----- > > From: Greg Clayton [mailto:gclay...@apple.com] > > Sent: Monday, March 21, 2016 1:01 PM > >

Re: [lldb-dev] Windows lldb prompt issue

2016-03-21 Thread Greg Clayton via lldb-dev
. >> >> -- >> Qualcomm Innovation Center, Inc. >> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a >> Linux Foundation Collaborative Project >> >> >> -Original Message- >> From: Greg Clayton [mailto:gclay...@appl

Re: [lldb-dev] Windows lldb prompt issue

2016-03-21 Thread Greg Clayton via lldb-dev
omm Innovation Center, Inc. > The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a > Linux Foundation Collaborative Project > > > -Original Message- > From: Greg Clayton [mailto:gclay...@apple.com] > Sent: Monday, March 21, 2016 1:01 PM > To:

Re: [lldb-dev] Windows lldb prompt issue

2016-03-21 Thread Ted Woodward via lldb-dev
arch 21, 2016 1:01 PM To: Ted Woodward Cc: LLDB Subject: Re: [lldb-dev] Windows lldb prompt issue All input and output are handled by IOHandler subclasses. There is a stack of them. When you start LLDB you get one thing on the IOHandler stack: the LLDB command interpreter: IOHandlers: [0] IO

Re: [lldb-dev] Windows lldb prompt issue

2016-03-21 Thread Greg Clayton via lldb-dev
All input and output are handled by IOHandler subclasses. There is a stack of them. When you start LLDB you get one thing on the IOHandler stack: the LLDB command interpreter: IOHandlers: [0] IOHandlerEditline for command interpreter If you type "script" at the LLDB command prompt, the command

Re: [lldb-dev] Windows lldb prompt issue

2016-03-21 Thread Zachary Turner via lldb-dev
This has been a longstanding issue which I just haven't been able to prioritize over things such as PDB support, minidump support, test fixes, etc. There's various thread synchronization stuff that happens between the IOHandler thread and the debugger thread, and I guess there's a race condition o

[lldb-dev] Windows lldb prompt issue

2016-03-21 Thread Ted Woodward via lldb-dev
I run lldb on Windows and Linux, launching my gdb-server based Hexagon simulator automatically on a process launch. On Windows I'm seeing the (lldb) prompt before the stop message, and no prompt after. On Linux I see the prompt after. Windows: Current executable set to 'u:\lldb_test\factwin' (