Hi
sorry, i'm confuse, in my mind, lldb-server maybe like gdb-server,
running on Linux-like platform listening RSP command which send form gdb
and use ptrace syscall to debug which you want to debug program
is it support remote download to batch mode run all testsuite?
certainly i think
https://bugs.llvm.org/show_bug.cgi?id=35053
Bug ID: 35053
Summary: lldb-server fails to link on linux - undefined
reference to 'pthread_atfork'
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
> On Oct 24, 2017, at 12:02 AM, cui bixiong wrote:
>
> Hi
>
> sorry, i'm confuse, in my mind, lldb-server maybe like gdb-server,
> running on Linux-like platform listening RSP command which send form gdb and
> use ptrace syscall to debug which you want to debug program
>
> is it sup
https://bugs.llvm.org/show_bug.cgi?id=35053
lab...@google.com changed:
What|Removed |Added
Assignee|lldb-dev@lists.llvm.org |lab...@google.com
--
You are receiving this
https://bugs.llvm.org/show_bug.cgi?id=35061
Bug ID: 35061
Summary: [lldb] python scripts contain duplicated copies of
basic utilities
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
[ 93%] Linking CXX executable ../../../../bin/lldb-server
../../../../lib/liblldbUtility.a(Log.cpp.o): In function
`lldb_private::Log::Initialize()':
Log.cpp:(.text._ZN12lldb_private3Log10InitializeEv+0x11): undefined reference
to `pthread_atfork'
collect2: error: ld returned 1 exit status
make[2
https://bugs.llvm.org/show_bug.cgi?id=35062
Bug ID: 35062
Summary: [META] Many test failures on Fedora 25
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Will do...
thanks again...
On Mon, Oct 23, 2017 at 6:25 PM, Jim Ingham wrote:
> Yeah, that would be easy to implement from the command line, maybe add a
> --file-is-regex flag or something.
>
> From the SB API it would be better to have something like:
>
> SBFileList SBTarget.GetFileListMatchin
It might be worth brainstorming if there’s ways to do this that are both
intuitive and don’t require more options. As a command line user, I really
value my keystrokes.
One idea would be to use a syntax that matches that of the ‘-name’ option
to the standard ‘find’ utility. This way filename pat
Do you mean just pass a pattern to the -f option or FileSpec?
On Tue, Oct 24, 2017 at 6:50 PM, Zachary Turner wrote:
> It might be worth brainstorming if there’s ways to do this that are both
> intuitive and don’t require more options. As a command line user, I really
> value my keystrokes.
>
>
Pass a pattern to the -f option.
On Tue, Oct 24, 2017 at 7:18 PM Don Hinton wrote:
> Do you mean just pass a pattern to the -f option or FileSpec?
>
> On Tue, Oct 24, 2017 at 6:50 PM, Zachary Turner
> wrote:
>
>> It might be worth brainstorming if there’s ways to do this that are both
>> intuit
11 matches
Mail list logo