Ulrich,
thanks a lot!
2012/2/4 Ulrich Weigand :
> Barry Song <21cn...@gmail.com> wrote.
>> 2012/2/3 Ulrich Weigand :
>> > However, from looking at the gdbserver sources provided with Android,
>> > it seems there are some differences; in particular, there's this patch:
>> >
>> > +/* Android doesn't
Hi,
* Learned the basics of bzr and examined the gdb-linaro repository.
* Went through Michael Hope's steps to import upstream's 7.4 branch into
bzr.
* Explored gdb-linaro bugs and blueprints in Launchpad to familiarize
myself with what has been done
and is planned or proposed to be done.
* Went
Hi,
libunwind
* reviewed small patch from T. R. of Nokia who provided a bugfix
when searching for unwind table entry for an IP
OpenEmbedded
* build the OE-core images (minimal, sato and qt4e) with -O1 and -O0
* collected the ELF size and memory footprint and updated the charts
* encountere
== GCC ==
* Benchmarking the 4.6 backport of subreg forward-propagation
confirmed that this is a net loss. On 4.7, microbenchmarks
suggest a different outcome (due to register allocator
enhancements), so I've created a 4.7 Bazaar branch including
the patch and submitted it for bench
RAG:
Red:
Amber:
Green:
Current Milestones:
|| || Planned|| Estimate || Actual ||
||cp15-rework || 2012-01-06 || 2012-02-20 ||||
||qemu-kvm-getting-started || 2012-03-04?|| 2012-03-04?||2012-02-01 ||
(for blueprint definitions: https:/
Barry Song <21cn...@gmail.com> wrote.
> 2012/2/3 Ulrich Weigand :
> > However, from looking at the gdbserver sources provided with Android,
> > it seems there are some differences; in particular, there's this patch:
> >
> > +/* Android doesn't have libthread_db.so.1, just libthread_db.so. */
> > +
Hi!
* -o2/-o3 benchmarking:
Did some final work on the charts for the -O3 write up.
* gcc-4.7 benchmarking:
Worked on the charts for gcc-4.7 benchmarking.
The Fortran tests in Spec2000 were missing from my runs. The reason was
that I had mixed with the LD_LIBRARY_PATH in the cbuild make file on
Summary:
* Analyze PATH issues for win32 binary toolchain.
Details:
1. Analyze PATH issues for win32 binary toolchain.
* gcc can not find the install dir if user set
PATH="INSTALL_DIR\bin" in dos cmdline, which leads to compile fail
since gcc can not find ../lib, ../libexec, etc.
* Root cause:
2012/2/3 Thiago Jung Bauermann :
> Hi Barry,
>
> On Thu, 2012-02-02 at 10:23 +0800, Barry Song wrote:
>> 2. Why can’t the current gdb capture multithreads for android
>> processes? This question is actually about the theory for gdb to know
>> multi-threads. In my opinion, both gnu and android us