[lldb-dev] Just a reminder, LLVM bay-area social tonight at 7pm

2016-01-07 Thread Chandler Carruth via lldb-dev
Location is Tied House as usual. Feel free to follow and RSVP here: http://www.meetup.com/LLVM-Bay-Area-Social/events/226284610/ ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Re: [lldb-dev] lldb status at windows

2016-01-07 Thread Red Skotina via lldb-dev
Nice to hear. I should answer after some time of using 2016-01-07 21:04 GMT+03:00 Zachary Turner : > Feel free to file bugs or post your feedback here after you use about what > worked, what didn't work, what's missing, etc. Anything that doesn't work > is a bug that I would like to fix. > > On

[lldb-dev] clang-format now supports return type on separate line

2016-01-07 Thread Zachary Turner via lldb-dev
As far as I'm aware, this is the last major incompatibility between LLDB's style and clang-format's feature set. I would appreciate it if more people could try it out with a few of their patches, and let me know if any LLDB style incompatibilities arise in the formatted code. I would eventually l

Re: [lldb-dev] lldb status at windows

2016-01-07 Thread Zachary Turner via lldb-dev
Feel free to file bugs or post your feedback here after you use about what worked, what didn't work, what's missing, etc. Anything that doesn't work is a bug that I would like to fix. On Thu, Jan 7, 2016 at 10:02 AM Zachary Turner wrote: > Hi, I guess I should make a new blog post at some point

Re: [lldb-dev] How to load core on a different machine? - image base addresses

2016-01-07 Thread Greg Clayton via lldb-dev
> On Jan 7, 2016, at 9:48 AM, Eugene Birukov wrote: > > > It is now! > > Good :). Any plans to fix it? I guess I should just file a bug, right? > Please file a bug. Someone probably will from the linux community, possibly even you? > > The main question is what do you consider to be your "i

Re: [lldb-dev] How to load core on a different machine? - image base addresses

2016-01-07 Thread Greg Clayton via lldb-dev
> On Jan 7, 2016, at 9:02 AM, Eugene Birukov wrote: > > Forking the thread since image list looks like an independent issue. > > • There is no image base addresses on Linux. Is this a known issue? It is now! > • I did not find any C++ API to get it in my program. Did I miss it?