Displaying 20 results from an estimated 200000 matches similar to: "[LLVMdev] LLDB on linux"
2020 Mar 20
2
[cfe-dev] [lldb-dev] RFC: Switching from Bugzilla to Github Issues
Please can we shut down one of the two systems for new bugs ASAP? We've
already had an instance of someone filing the same bug using both systems,
with two different fixes being committed by two different people at the
same time...
On Tue, 17 Mar 2020 at 06:49, Robinson, Paul via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
>
>
> > -----Original Message-----
> > From:
2010 Dec 13
0
[LLVMdev] ldc a D compiler search contributor
hi LLVM community,
Maybe it is the wrong place, sorry
LDC it is a D compiler
D1 : http://www.dsource.org/projects/ldc
D2 : http://bitbucket.org/prokhin_alexey/ldc2
We need some LLVM developper for help this project, they are an ric
channel on freenode #ldc
Any help are welcome
Thanks for all
Yours sincerely,
--
jonathan MERCIER <bioinfornatics at gmail.com>
2018 Aug 13
1
[lldb-dev] [GSoC] Re-implement lldb-mi on top of the LLDB public API
Nice to see great progress in this area!
On Sun, Aug 12, 2018 at 2:49 PM, Александр Поляков via lldb-dev <
lldb-dev at lists.llvm.org> wrote:
> Hi LLVM folks,
>
> During this summer I was working on re-implementing of lldb-mi to
> correctly use LLDB public API. You are welcome to read my final report
> where I describe the contribution and challenges I faced with.
> Link
2014 Mar 29
2
[LLVMdev] Contributing the Apple ARM64 compiler backend (re. lldb bits)
Not subscribed to the list, sorry to mess up the message threading - but to touch on one question that was raised earlier in the day,
Bob Wilson wrote:
> On Mar 28, 2014, at 4:23 PM, Jevin Sweval <jevinsweval at gmail.com> wrote:
>
>> Is the LLDB patch missing? I only see libc++, compiler-rt, LLVM, and Clang patches
>
> We have a patch for LLDB but it is combined with a
2012 Oct 24
2
[LLVMdev] [LLDB] build over linux
hi community,
I would like to build lldb on linux but they are any documentation to do
this.T hat is not the first time where someone does the same request.
Please someone could show to me how to build with linux ?
thanks a lot for your help
2019 Mar 20
3
[lldb-dev] [GitHub] RFC: Enforcing no merge commit policy
On 03/20/2019 10:41 AM, Zachary Turner wrote:
>
>
> On Tue, Mar 19, 2019 at 12:00 PM Tom Stellard via lldb-dev <lldb-dev at lists.llvm.org <mailto:lldb-dev at lists.llvm.org>> wrote:
>
> Hi,
>
> I would like to follow up on the previous thread[1], where there was a consensus
> to disallow merge commits in the llvm github repository, and start a
2018 Aug 13
1
[lldb-dev] [GSoC] Re-implement lldb-mi on top of the LLDB public API
Can you please list the missing MI commands? This would be very valuable to
both future contributors and also to the users of the LLDB MI. Thanks!
On Mon, Aug 13, 2018 at 11:28 AM, Александр Поляков <polyakov.alx at gmail.com>
wrote:
> Thank you, Leonard,
> I'm going to keep contributing to LLVM, so I think this is not the end!
>
> On Mon, Aug 13, 2018 at 8:15 PM Leonard
2019 Mar 20
2
[cfe-dev] [lldb-dev] [GitHub] RFC: Enforcing no merge commit policy
It sounds like we need to get someone from the Foundation (chandlerc@,
lattner@, tanya@, someone else?) to reach out to them offline about this.
On Wed, Mar 20, 2019 at 11:23 AM Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
wrote:
> On Wed, Mar 20, 2019 at 2:19 PM Tom Stellard via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
>
>> On 03/20/2019 10:41 AM, Zachary
2013 May 26
1
[LLVMdev] How to always generate epilogue code?
Hi!
I am still working on the Win64 EH code and now have a pretty usable
result. (The MC part is already posted to llvm-commits, the other
part follows soon. If you are curious the whole patch is here:
http://www.redstar.de/ldc/win64eh_all_20130524.diff.)
However, in one case I have a problem with LLVM being too smart.
Consider the following D code:
void doIt()
{
printf("doIt:
2020 Feb 06
2
Why is lldb telling me "variable not available"?
Hi all, I’m working on improving the debugging experience for C++20
coroutines when compiled with LLVM/Clang, and I could use some help
from someone who understands debug information and DWARF (knowledge of
coroutines isn't necessary, I don't think).
Specifically, I’m trying to improve lldb’s behavior when showing
variables in the current stack frame, when that frame corresponds to a
2018 Aug 12
2
[GSoC] Re-implement lldb-mi on top of the LLDB public API
Hi LLVM folks,
During this summer I was working on re-implementing of lldb-mi to correctly
use LLDB public API. You are welcome to read my final report where I
describe the contribution and challenges I faced with.
Link to final report: https://apolyakov.github.io/GSoC-2018/
--
Alexander
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Nov 08
2
[lldb-dev] Updates on SVN to GitHub migration
What's the status here?
Can someone keep https://llvm.org/docs/Proposals/GitHubMove.html updated
with the current status of things?
And once things are usable, probably update
https://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo
as well.
On Wed, Oct 24, 2018 at 4:57 AM Jacob Carlborg via lldb-dev <
lldb-dev at lists.llvm.org> wrote:
> On 2018-10-24
2019 Mar 20
5
[cfe-dev] [lldb-dev] [GitHub] RFC: Enforcing no merge commit policy
Excuse my ignorance (I'm not great with Git) but how would it differ for workflows of people
who use a Git repository for local work but still use `svn up + patch + svn commit <list of
files>` to actually land post CR or for NFC patches, while resolving conflicts during a
pull into a local (non-trunk) branch manually, after the eventual full switch to GitHub?
I'm aware that SVN
2014 Oct 30
2
[LLVMdev] Runtime introspection of "Release Mode" programs using LLVM or LLDB
Hi everyone,
I'm working on a library for runtime introspection of C++ programs, for
example, getting stack traces, decorating logs with source file
information, etc. It currently uses LLVMObject and LLVMDebugInfo.
There's a feature I want to add, but it requires that I understand where on
the stack local variables are located.
For this to work on x86-64, I would need to do whole
2018 Nov 08
2
[lldb-dev] Updates on SVN to GitHub migration
It'd be nice to know what about our repository is breaking it. Do they have
any idea what that is?
For example -- I think that we probably will want to archive+discard many
of the random branches and tags currently in the repository. If the large
number of branches and tags is breaking it, then maybe it just starts
working after we do so.
On Thu, Nov 8, 2018 at 3:53 PM Anton Korobeynikov
2013 Jul 16
0
[LLVMdev] make lldb work
Hi,
I notice you're running a 32-bit program; are you also on a 32-bit host, or do you have a 64-bit OS installed? We don't generally test on 32-bit hosts, so it's possible you found a new bug. In addition, there are some known bugs with debugging 32-bit programs (even on 64-bit hosts) which will we hopefully be resolving soon.
Nonetheless, I was unable to reproduce the behaviour you
2019 Oct 22
2
[lldb-dev] [Openmp-dev] GitHub Migration Starting Now
On Tue, 2019-10-22 at 09:57 -0700, Tom Stellard via lldb-dev wrote:
> On 10/22/2019 09:08 AM, Tom Stellard via Openmp-dev wrote:
> > Hi,
> >
> > We're getting ready to start migrating to GitHub. SVN will be moved to read-only now and we'll
> > begin the process of turning on GitHub commit access. I'll send an email when we're done.
> >
>
2018 Nov 09
2
[lldb-dev] Updates on SVN to GitHub migration
Isn’t the checkout a local operation that should not involved GitHub ? Did you mean the clone operation ?
And about sparse-checkout, I though they require a full clone of the repository anyway. Is there a way to do a partial clone only ?
Note: If you don’t need the whole history local, you may perform a swallow clone (using —depth 1).
> Le 9 nov. 2018 à 01:02, Anton Korobeynikov via llvm-dev
2020 Feb 26
2
Why is lldb telling me "variable not available"?
Vedant, Jeremy,
Thanks a ton! I copied ASan's use of 'replaceDbgDeclare', think that worked!
https://github.com/modocache/llvm-project/commit/afbc04e1dcba has some
extremely quick and dirty changes I made (with no tests!), and a link
to a Gist with the LLVM IR and DWARF produced,
https://gist.github.com/modocache/6f29093ba2827946011b422ed3bd2903.
There's only one kink: the spot
2013 Nov 15
1
[LLVMdev] an annoying runtime bug of lldb on redhat enterprise linux 6.3 with gcc 4.8.2
Hi, all
A few days ago I built lldb 3.3 release on our workstation with redhat
enterprise linux 6.3 x86_64 (gcc verison 4.8.2). At the very beginning,
lldb seemd to work and I debugged small native programs. Still, the bug
showed itself randomly as follows:
1. at first, "(lldb)" prompt is missing and input from keyboard is not
printed out, which means whatever I type, I can not read