[lldb-dev] [Bug 27863] TestGlobalVariables.py test_c_global_variables_gmodules() fails on OS X

2016-05-24 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27863 Todd Fiala changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 27864] New: TestTopLevelExprs.py test_top_level_expressions_gmodules() fails on OS X

2016-05-24 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27864 Bug ID: 27864 Summary: TestTopLevelExprs.py test_top_level_expressions_gmodules() fails on OS X Product: lldb Version: unspecified Hardware: PC OS: MacOS X

[lldb-dev] [Bug 27865] New: DeadStripTest.py test_gmodules() fails on Linux x86_64

2016-05-24 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27865 Bug ID: 27865 Summary: DeadStripTest.py test_gmodules() fails on Linux x86_64 Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: nor

[lldb-dev] [Bug 27868] New: Evaluating JITed expressions on arm cannot handle hard float ABI

2016-05-24 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27868 Bug ID: 27868 Summary: Evaluating JITed expressions on arm cannot handle hard float ABI Product: lldb Version: unspecified Hardware: PC OS: Linux Statu

[lldb-dev] [Bug 27883] New: TestConstVariables.py fails on arm/aarch64 linux targets failing frame variable type lookup

2016-05-25 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27883 Bug ID: 27883 Summary: TestConstVariables.py fails on arm/aarch64 linux targets failing frame variable type lookup Product: lldb Version: unspecified Hardware: PC

[lldb-dev] [Bug 27935] New: Linking CXX executable lldb-argdumper and lldb-mi fails

2016-05-30 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27935 Bug ID: 27935 Summary: Linking CXX executable lldb-argdumper and lldb-mi fails Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW

Re: [lldb-dev] Inquiry regarding AddOneMoreFrame function in UnWindLLDB

2016-05-31 Thread via lldb-dev
> On May 31, 2016, at 12:52 AM, Ravitheja Addepally via lldb-dev > wrote: > > Hello, > I posted this query a while ago, i still have no answers, I am > currently working on Bug 27687 (PrintStackTraces), so the reason for the > failure is the erroneous unwinding o

[lldb-dev] [Bug 27963] New: static variables are not listed with "(lldb) target variable" when initialized in-place

2016-06-01 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27963 Bug ID: 27963 Summary: static variables are not listed with "(lldb) target variable" when initialized in-place Product: lldb Version: 3.8 Hardware: PC OS: Linux

Re: [lldb-dev] [llvm-dev] [cfe-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Saleem Abdulrasool via llvm-dev writes: > As long as a mechanism for bisecting across the repositories is worked > out, definitely a +1 from me. I have some git-subtree changes in the works (and used in production here) that allows this quite naturally. Not that I'm necessarily recommending git

Re: [lldb-dev] [llvm-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Mehdi Amini via llvm-dev writes: >> Personally, I’m hugely in favor of moving llvm’s source hosting to >> github at some point, despite the fact that I continue to dislike >> git as a tool and consider monotonicly increasing version numbers to >> be hugely beneficial. > > Getting a monotonically

Re: [lldb-dev] [cfe-dev] [llvm-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Tim Northover via cfe-dev writes: > On 31 May 2016 at 13:45, Mehdi Amini via lldb-dev > wrote: >> Apparently I wasn't very clear: llvm and clang (and the others >> projects) would be simple decoupled, individual git >> repositories. You would be able to check the

Re: [lldb-dev] [llvm-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Richard Smith via llvm-dev writes: > How would you ensure that two dependent changes on different > repositories get the same revision number? > > That is not the case today and isn't (in my opinion) a problem we need > to solve with this migration. If there's a small (1-2 revision) windo

Re: [lldb-dev] [cfe-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Florent Castelli via cfe-dev writes: > For a linear history, you can have GitHub doing a rebase when merging > the changes instead of a merge. I would recommend to do that to keep > the history clean and have less "fixup" or "wip" commits in the > history. Non-linear history doesn't casue "fixu

Re: [lldb-dev] [llvm-dev] [cfe-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Anton Korobeynikov via llvm-dev writes: > I'm not sure we will benefit from having *all* the subprojects in the > single repository. This might affect pull / clone time significantly. > Think about having lld, lldb along with llvm + clang in the single > main repo. I have a personal setup just l

Re: [lldb-dev] [llvm-dev] [cfe-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Piotr Padlewski via llvm-dev writes: > I also find it bad idea to have it all in one repo. Right now when I > develope clang-tidy, I don't have to recompile clang often because > most of the commits in clang-estra doesn't require new clang fetures. > This is pretty nice if work on 2 core machine

Re: [lldb-dev] [cfe-dev] [llvm-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Matthias Braun via cfe-dev writes: > 3. Make sure we have ala llvm-project-submodules setup in the official > account. (Optional or necessary for the buildbots?) > 7. Make sure bisecting with llvm-project-submodules is a good experience I would like to have a fuller discussion about how to hand

Re: [lldb-dev] [cfe-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Renato Golin via cfe-dev writes: > * Sub-modules may help with a lot of the current relationship we have > inside the SVN repo, but it also has some problems. Namely they: >- require a modern version of git (1.7/1.9), but that's 2013 onward. >- may need additional server side scripting,

Re: [lldb-dev] [llvm-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Mehdi Amini via llvm-dev writes: >> What exactly is the concrete benefit of monotonically increasing >> revision numbers? It's completely foreign to git's architecture. > > I'm notified that bug is fixed in r12345, my binary says "clang -v" is > r23456, if I observe the bug I know there is a pro

Re: [lldb-dev] [llvm-dev] [cfe-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Mehdi Amini via llvm-dev writes: >> How do you get monotonically increasing number with a history graph? > > I think what we're trying to get is a "pushed" revision number, > i.e. tracking the state of the upstream repositories at a given time. Ah, that is something else entirely. We use Stash/

Re: [lldb-dev] [llvm-dev] [cfe-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
via llvm-dev writes: > Anton Korobeynikov via llvm-dev writes: > >> I'm not sure we will benefit from having *all* the subprojects in the >> single repository. This might affect pull / clone time significantly. >> Think about having lld, lldb along with llvm + clang in the single >> main repo. >

Re: [lldb-dev] [cfe-dev] [llvm-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Mehdi Amini via cfe-dev writes: > My opinion is that submodules or not is an implementation details. For > the sake of this high-level discussion we should be able to keep it as > "submodules" meaning "some system to integrate and manage different > repositories coherently". > We should evaluate

Re: [lldb-dev] [cfe-dev] [llvm-dev] GitHub anyone?

2016-06-02 Thread via lldb-dev
Mehdi Amini via cfe-dev writes: >> Fair enough. It might be less confusing to use a term other that >> "submodule" though. I've used "superproject/subproject" in the past, >> for example, and also "host repository" and "project repository." > > It does not even represent the full set of possibi

[lldb-dev] [Bug 28016] New: Assertion failed: (false && "Unhandled quote character")

2016-06-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28016 Bug ID: 28016 Summary: Assertion failed: (false && "Unhandled quote character") Product: lldb Version: 3.6 Hardware: Macintosh OS: MacOS X Status: NEW

[lldb-dev] [Bug 28017] New: error: failed to load objectfile for static-linking archives?

2016-06-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28017 Bug ID: 28017 Summary: error: failed to load objectfile for static-linking archives? Product: lldb Version: 3.6 Hardware: Macintosh OS: MacOS X Status:

Re: [lldb-dev] [llvm-dev] GitHub anyone?

2016-06-06 Thread via lldb-dev
Chris Lattner writes: >> On Jun 2, 2016, at 11:42 AM, via lldb-dev wrote: >> >> Yeah, I get that and I actually don't mind keeping a linear history. >> But we definitely should branch for release. Given release branches, >> there are a number of questions

[lldb-dev] [Bug 28019] New: Possibly insecure use of TCP sockets by LLDB

2016-06-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28019 Bug ID: 28019 Summary: Possibly insecure use of TCP sockets by LLDB Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[lldb-dev] [Bug 28026] New: LLDB-MI doesn't properly output CLI command response using console-stream-output

2016-06-06 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28026 Bug ID: 28026 Summary: LLDB-MI doesn't properly output CLI command response using console-stream-output Product: lldb Version: unspecified Hardware: PC OS: Linux

Re: [lldb-dev] Structure variable names

2016-06-07 Thread via lldb-dev
ble the optimizer, and turn on all debugging. This means building your own version of GDB and/or LLVM -Duane. Original Message ---- Subject: [lldb-dev] Structure variable names From: Jiten Thakkar via lldb-dev <lldb-dev@lists.llvm.org> Date: Tue, June 07, 2016 9:56 am To: lldb-

[lldb-dev] [Bug 28041] New: Tab completion adds backslashes to function names, which causes them not to match

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28041 Bug ID: 28041 Summary: Tab completion adds backslashes to function names, which causes them not to match Product: lldb Version: 3.6 Hardware: Macintosh OS: MacOS X

[lldb-dev] [Bug 27652] Tests with syntax errors don't get flagged as erroneous

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27652 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 22252] llgs tests should not write their log files in-tree

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=22252 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 17237] Automated tests are missing for ELF core file support

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=17237 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 15989] Unable to allocate memory after inferior crash and step

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=15989 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 24976] Data from SBProcess::PutSTDIN appears in SBProcess::GetSTDOUT

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24976 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 15039] lldb.SBProcess.GetSTDOUT() returns empty string instead of inferior output

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=15039 lab...@google.com changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[lldb-dev] [Bug 18093] LLDB 3.4 rc1 tests are freezing under armel and armhf

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=18093 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 16582] Only one frame on call stack when running 32 bit app under 64 bit LLDB

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=16582 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 26439] android adb connection can sometimes fail

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26439 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 16172] Continue after process interrupt does not work correctly

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=16172 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 16808] lldb does not call the correct virtual function for an object for icc 13.1.2, 14.0 beta

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=16808 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 20406] Can't build lldb 3.4.2 on OS X 10.8.5

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=20406 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 23322] trivial (no options) CMake build fails

2016-06-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=23322 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28055] New: continue in watchpoint commands disables the watchpoint

2016-06-08 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28055 Bug ID: 28055 Summary: continue in watchpoint commands disables the watchpoint Product: lldb Version: unspecified Hardware: All OS: All Status: NEW

[lldb-dev] [Bug 26139] CommandScriptImmediateOutputTestCase fails on Linux and FreeBSD

2016-06-09 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26139 lab...@google.com changed: What|Removed |Added CC||lab...@google.com Assignee|lldb-de

[lldb-dev] [Bug 27510] TestBitfields fails on linux with clang>=3.9

2016-06-09 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27510 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 28091] New: Build docs shouldn

2016-06-12 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28091 Bug ID: 28091 Summary: Build docs shouldn Product: lldb Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P

[lldb-dev] [Bug 28092] New: Build docs shouldn't use relative paths

2016-06-12 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28092 Bug ID: 28092 Summary: Build docs shouldn't use relative paths Product: lldb Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement

[lldb-dev] [Bug 28092] Build docs shouldn't use relative paths

2016-06-12 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28092 Manish Goregaokar changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|lldb-dev@lists.

[lldb-dev] [Bug 28091] Build docs shouldn

2016-06-13 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28091 Eugene Zelenko changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28127] New: lldb-server broken when LLVM_LINK_LLVM_DYLIB=ON

2016-06-14 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28127 Bug ID: 28127 Summary: lldb-server broken when LLVM_LINK_LLVM_DYLIB=ON Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[lldb-dev] [Bug 28156] New: TestWithModuleDebugging.py: failing on macOS

2016-06-16 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28156 Bug ID: 28156 Summary: TestWithModuleDebugging.py: failing on macOS Product: lldb Version: unspecified Hardware: PC OS: MacOS X Status: NEW Severity: normal

[lldb-dev] [Bug 28156] TestWithModuleDebugging.py: failing on macOS

2016-06-16 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28156 Todd Fiala changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |apra...@apple.com --- Comment #1 from Todd Fiala

[lldb-dev] [Bug 27416] missing global variables

2016-06-16 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27416 Marius Trandafir changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marius.tranda...@live

[lldb-dev] [Bug 28178] New: lldb segfault when debugging mysql in certain functions

2016-06-17 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28178 Bug ID: 28178 Summary: lldb segfault when debugging mysql in certain functions Product: lldb Version: 3.8 Hardware: PC OS: Linux Status: NEW

[lldb-dev] [Bug 28253] New: lldb-mi Regression with LLDB_DISABLE_PYTHON=1

2016-06-21 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28253 Bug ID: 28253 Summary: lldb-mi Regression with LLDB_DISABLE_PYTHON=1 Product: lldb Version: 3.8 Hardware: Macintosh OS: MacOS X Status: NEW Severity: normal

[lldb-dev] lldb mutex debugging command

2016-06-22 Thread ?????????? via lldb-dev
Dear all you know, in windbg there is a very useful command -- locks . it will tell us who owned the special lock. in lldb, there is no such command. sometimes, we have a deadlock. but we cannot find the mutex, whitch thread owned it , and do not release!! Thank you very much!

[lldb-dev] lldb mutex debugging command

2016-06-22 Thread ?????????? via lldb-dev
Dear all you know, in windbg there is a very useful command -- locks . it will tell us who owned the special lock. in lldb, there is no such command. sometimes, we have a deadlock. but we cannot find the mutex, whitch thread owned it , and do not release!! Thank you very much!

[lldb-dev] [Bug 28293] New: LLDB can't find split debug info if the debuggee has been moved form build directory

2016-06-24 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28293 Bug ID: 28293 Summary: LLDB can't find split debug info if the debuggee has been moved form build directory Product: lldb Version: unspecified Hardware: PC OS: Lin

[lldb-dev] [Bug 28127] lldb-server broken when LLVM_LINK_LLVM_DYLIB=ON

2016-06-25 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28127 Sylvestre Ledru changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 28127] lldb-server broken when LLVM_LINK_LLVM_DYLIB=ON

2016-06-25 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28127 Sylvestre Ledru changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[lldb-dev] [Bug 28353] New: TestTopLevelExprs.py fails with gcc-4.8

2016-06-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28353 Bug ID: 28353 Summary: TestTopLevelExprs.py fails with gcc-4.8 Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal P

[lldb-dev] [Bug 28354] New: TestTemplateIntegerArgs.py fails with gcc

2016-06-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28354 Bug ID: 28354 Summary: TestTemplateIntegerArgs.py fails with gcc Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[lldb-dev] [Bug 28354] TestTemplateIntegerArgs.py fails with gcc

2016-06-30 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28354 lab...@google.com changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |clayb...@gmail.com --- Comment #3 from lab..

[lldb-dev] [Bug 28392] New: Thread local variables are not working on Linux

2016-07-01 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28392 Bug ID: 28392 Summary: Thread local variables are not working on Linux Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[lldb-dev] LLDB-MI from Eclipse hangs

2016-07-03 Thread via lldb-dev
Hi All, I am trying to simple "Hello World" program remotely on a MAC OS using eclipse and lldb-mi. I followed the instructions available here: " https://www.codeplay.com/portal/lldb-mi-driver---part-2-setting-up-the-driver";. I am facing below issue. Any suggestions would be of great help. It is

[lldb-dev] [Bug 28428] New: lldb.SBProcess.is_running and lldb.SBProcess.is_stopped Python accessors

2016-07-05 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28428 Bug ID: 28428 Summary: lldb.SBProcess.is_running and lldb.SBProcess.is_stopped Python accessors Product: lldb Version: 3.8 Hardware: PC OS: Windows NT

[lldb-dev] [Bug 28428] lldb.SBProcess.is_running and lldb.SBProcess.is_stopped Python accessors

2016-07-05 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28428 Greg Clayton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28455] New: Thread state not in sync with process state

2016-07-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28455 Bug ID: 28455 Summary: Thread state not in sync with process state Product: lldb Version: 3.8 Hardware: PC OS: Windows NT Status: NEW Severity: normal

[lldb-dev] [Bug 28455] Thread state not in sync with process state

2016-07-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28455 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: [lldb-dev] LLDB-MI from Eclipse hangs

2016-07-07 Thread via lldb-dev
6384" 314,273 =library-loaded,id="/usr/lib/system/libsystem_secinit.dylib",target-name="/usr/lib/system/li\ 314,274 16-list-thread-groups --available bsystem_secinit.dylib",host-name="/usr/lib/system/libsystem_secinit.dylib",symbols-loaded="0",loaded\

Re: [lldb-dev] LLDB-MI from Eclipse hangs

2016-07-08 Thread via lldb-dev
Thanks Greg. Attached is the file after sampling lldb-mi. Please let me know if you can find some clue from it. -- Have a nice day! Regards, Dipti On Fri, Jul 8, 2016 at 5:49 AM, Greg Clayton wrote: > It looks like we continue and then ask fore thread groups? I am not sure > on the rules of M

Re: [lldb-dev] LLDB-MI from Eclipse hangs

2016-07-08 Thread via lldb-dev
Thanks Greg. But is it possible that for eclipse support some new wrapper command is added ? [ https://www.codeplay.com/portal/lldb-mi-driver---part-4-how-to-add-a-command] Not sure, just a thought. I am googling to see more details but not much luck yet. Attached is lldb-mi sample. Please let me

Re: [lldb-dev] LLDB-MI from Eclipse hangs

2016-07-12 Thread via lldb-dev
; -- >> Have a nice day! >> Regards, >> Dipti >> >> >> On Mon, Jul 11, 2016 at 2:01 AM, Ilia K wrote: >> >>> Good point Greg! Eclipse turns on synchronous mode in lldb-mi but works >>> as if it's in async. I faced with that prob

[lldb-dev] [Bug 26790] expression evaluation broken for function calls to functions taking untagged struct type names

2016-07-13 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26790 Luke Drummond changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 28548] New: NamespaceBreakpointTestCase fails with gcc

2016-07-14 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28548 Bug ID: 28548 Summary: NamespaceBreakpointTestCase fails with gcc Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal

[lldb-dev] [Bug 19247] TestStepNoDebug intermittent failures on Linux with test_step_{over, in}_*

2016-07-14 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=19247 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28549] New: TestStepNoDebug.py fails with gcc and top-of-tree clang (3.9)

2016-07-14 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28549 Bug ID: 28549 Summary: TestStepNoDebug.py fails with gcc and top-of-tree clang (3.9) Product: lldb Version: unspecified Hardware: PC OS: Linux Status:

[lldb-dev] [Bug 28178] lldb segfault when debugging mysql in certain functions

2016-07-18 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28178 Jeff Davis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] [Bug 24388] lldb cannot launch process on Android mips/mips64 target

2016-07-19 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24388 Bhushan Attarde changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 27634] Spelling fixes for lldb

2016-07-19 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27634 ema...@freebsd.org changed: What|Removed |Added CC||ema...@freebsd.org Assignee|lldb-

[lldb-dev] [Bug 28621] New: lldb-mi can't get variables of a frame (-stack-list-* MI-commands) if the thread didn't cause the stop event

2016-07-19 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28621 Bug ID: 28621 Summary: lldb-mi can't get variables of a frame (-stack-list-* MI-commands) if the thread didn't cause the stop event Product: lldb Version: 3.9 Hardware: Macintosh

[lldb-dev] [Bug 28698] New: [lldb-mi] -break-insert with -f (pending flag) requires additional parameter

2016-07-25 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28698 Bug ID: 28698 Summary: [lldb-mi] -break-insert with -f (pending flag) requires additional parameter Product: lldb Version: 3.8 Hardware: Macintosh OS: MacOS X

[lldb-dev] [Bug 28702] New: LLDB-MI: pending break point set with command break-insert -f doesn't get resolved

2016-07-25 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28702 Bug ID: 28702 Summary: LLDB-MI: pending break point set with command break-insert -f doesn't get resolved Product: lldb Version: unspecified Hardware: PC OS: Linux

[lldb-dev] [Bug 28703] New: LLDB-MI: break-insert command flag -d (disabled) has no effect when combined with -f (pending)

2016-07-25 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28703 Bug ID: 28703 Summary: LLDB-MI: break-insert command flag -d (disabled) has no effect when combined with -f (pending) Product: lldb Version: unspecified Hardware: PC

[lldb-dev] [Bug 28709] New: lldb-mi: break-insert not working when using absolute paths

2016-07-25 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28709 Bug ID: 28709 Summary: lldb-mi: break-insert not working when using absolute paths Product: lldb Version: unspecified Hardware: All OS: All Status: NEW

[lldb-dev] [Bug 28718] New: LLDB-MI: disassembly-flavor not supported by gdb-set and gdb-show

2016-07-26 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28718 Bug ID: 28718 Summary: LLDB-MI: disassembly-flavor not supported by gdb-set and gdb-show Product: lldb Version: unspecified Hardware: PC OS: Linux Stat

[lldb-dev] [Bug 28728] New: lldb python failed to enable watchpoint

2016-07-26 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28728 Bug ID: 28728 Summary: lldb python failed to enable watchpoint Product: lldb Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Pr

[lldb-dev] [Bug 28729] New: lldb python failed to get watchpoint type

2016-07-26 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28729 Bug ID: 28729 Summary: lldb python failed to get watchpoint type Product: lldb Version: unspecified Hardware: All OS: All Status: NEW Severity: normal

[lldb-dev] [Bug 28729] lldb python failed to get watchpoint type

2016-07-27 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28729 Greg Clayton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28728] lldb python failed to enable watchpoint

2016-07-27 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28728 Greg Clayton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28742] New: Make Process::StopForDestroyOrDetach handle interrupting RunThreadPlan more robustly

2016-07-27 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28742 Bug ID: 28742 Summary: Make Process::StopForDestroyOrDetach handle interrupting RunThreadPlan more robustly Product: lldb Version: unspecified Hardware: PC OS: All

[lldb-dev] [Bug 28709] lldb-mi: break-insert not working when using absolute paths

2016-07-28 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28709 Ilia changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 26947] i386 Linux core files are not supported

2016-07-29 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26947 dvlahov...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 28826] New: "frame variable", "source list", etc. fail to produce the expected output

2016-08-03 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28826 Bug ID: 28826 Summary: "frame variable", "source list", etc. fail to produce the expected output Product: lldb Version: 3.9 Hardware: All OS: Linux Sta

[lldb-dev] [Bug 28857] New: LLDB-MI: break-enable doesn't enable specified breakpoints

2016-08-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28857 Bug ID: 28857 Summary: LLDB-MI: break-enable doesn't enable specified breakpoints Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW

[lldb-dev] [Bug 28858] New: LLDB-MI: no notification about process stopped if attaching to a process

2016-08-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28858 Bug ID: 28858 Summary: LLDB-MI: no notification about process stopped if attaching to a process Product: lldb Version: unspecified Hardware: PC OS: Linux

[lldb-dev] [Bug 28859] New: LLDB-MI: data-disassemble command doesn't accept "$pc" as start and end address parameter

2016-08-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28859 Bug ID: 28859 Summary: LLDB-MI: data-disassemble command doesn't accept "$pc" as start and end address parameter Product: lldb Version: unspecified Hardware: PC OS

[lldb-dev] [Bug 28860] New: LLDB-MI: no breakpoint-modified notification when a breakpoint is hit

2016-08-05 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28860 Bug ID: 28860 Summary: LLDB-MI: no breakpoint-modified notification when a breakpoint is hit Product: lldb Version: unspecified Hardware: PC OS: Linux

[lldb-dev] [Bug 28898] New: LLDB_EDITLINE_USE_WCHAR should be enabled on Arch.

2016-08-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28898 Bug ID: 28898 Summary: LLDB_EDITLINE_USE_WCHAR should be enabled on Arch. Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[lldb-dev] [Bug 28900] New: "ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded" in manpage

2016-08-07 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28900 Bug ID: 28900 Summary: "ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded" in manpage Product: lldb Version: 3.8 Hardware: PC OS:

<    1   2   3   4   5   6   7   8   9   10   >