public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  sergiodj/lazier-debuginfo-reading: reverse-20080717-branchpoint-9371-ge4e0ed0
@ 2013-02-27 21:00 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2013-02-27 21:00 UTC (permalink / raw)
  To: archer-commits

The branch, sergiodj/lazier-debuginfo-reading has been created
        at  e4e0ed088ad6fb3cba6175a52bfc1bb3a491a07b (commit)

- Log -----------------------------------------------------------------
commit e4e0ed088ad6fb3cba6175a52bfc1bb3a491a07b
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Aug 10 15:02:11 2011 -0300

    Implementing solib_add regex-free.  Relocating some comments.
    
    This commit implements the `solib_add' function in a regex-free mode.
    It introduces the new `VEC(so_list_p)', and some auxiliary functions to
    make this regex-free thing possible.
    
    It also relocates some comments.

commit cf841d70ed91e532329431d6fb643c9b340fd020
Merge: ce9f090 271aaac
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Aug 10 12:17:51 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading
    
    Conflicts:
    	gdb/solib.c

commit ce9f0903f419a5c330977f3dca8f7e5215fc466a
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Aug 10 11:53:52 2011 -0300

    Modify `update_solib_list' and `solib_add'.
    
    Now `update_solib_list' doesn't map sections when lazily reading
    debuginfo.  And `solib_add' maps the sections when lazily reading.

commit 3c44086ae33abfe008fd849f0771a763b9885fc3
Merge: 8d228b2 e2f4af4
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Thu Aug 4 01:44:56 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading

commit 8d228b23344313de5f179fad496c17efd2370d5e
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Thu Jul 28 12:45:58 2011 -0300

    fix nit

commit ca505a0bf3b9a14e82a2e09fd2e141649afac48a
Merge: 69f0c1f d151d9c
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Thu Jul 28 12:40:59 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading

commit 69f0c1f294ff7df47f7a52eb2b74c6dc4f047337
Merge: c2cf716 230c592
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Mon Jul 25 15:11:09 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading

commit c2cf716c734315dc8ebd6dfcd086ad060ddcbb56
Merge: 6d55c5e 87a8b6c
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Mon Jul 18 19:00:20 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading

commit 6d55c5e57781910c2b6476ec4ac49febb4c32aa8
Merge: 4db8297 84a22f1
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Fri Jul 15 13:49:46 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading

commit 4db8297b35a162c66a7fa524bcb4c8dadd1c3e23
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Fri Jul 15 13:49:39 2011 -0300

    Updating comment about reinit_frame_cache

commit e245dbb839d9b3e3ecb073852b9e072742f2de7a
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jul 13 15:53:31 2011 -0300

    Minor nit: changing "auto" for "on"

commit f932f5dc20b98db8806486988d2b329b1ebedce5
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jul 13 13:58:42 2011 -0300

    Renaming command `auto-solib-add', deprecating it, renaming some
    variables, adding documentation.

commit 0d0d2e9d98a53c198699f57dc44d9e9c8820d389
Merge: 45d948c 5051b74
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jul 13 13:58:21 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading

commit 45d948ca1be7692b6e3515b48e5d44a12ec61b9b
Merge: c4a7242 d80c734
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Jul 12 16:18:00 2011 -0300

    Merge remote-tracking branch 'origin/master' into gdb-sergio-improve-debuginfo-reading

commit c4a724253a9681bc5bdd821448f72ab2dc1b94c3
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Jul 12 16:14:47 2011 -0300

    Creating `solib_on_demand_load'.

commit 3695c7921fa9090469faf2497729164651a437cb
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jun 15 03:50:00 2011 -0300

    Add set-show command for tri-state auto-solib-add option.
    
    Implements a tri-state (`on', `off' and `lazy' options) for
    `auto-solib-add' command.

commit a3f180c4423115034083984e6a2c43356a6b31d7
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Jun 14 15:51:44 2011 -0300

    Adding `lazy_read' argument to `solib_add'.
    
    This commit adds the `lazy_read' argument to `solib_add', which allows
    the lazy reading of debuginfo files for shlibs.  This is necessary
    because in those situations `solib_add' should not reinit frame cache.

commit e40b18e26f3ffbf9d8811bcf215beb754429844b
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jun 1 12:09:52 2011 -0300

    Implementing the on-demand loading of debuginfo for shlibs.
    
    This commit implements the on-demand loading of debuginfo for shared
    libraries.  I'm stilll working on it, but it already works for
    OpenOffice Writer + thread apply all bt.

commit f4f6d7df48ec262aff2190fd56c2b31d7fb80335
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jun 1 12:08:08 2011 -0300

    Avoiding the reading of debuginfo for shlibs.
    
    This change makes GDB not read the debuginfo for shared libraries.  With
    this, when you issue a `backtrace', GDB will not display info about
    functions and arguments if they belong to a shared library.

-----------------------------------------------------------------------


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-27 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-27 21:00 [SCM] sergiodj/lazier-debuginfo-reading: reverse-20080717-branchpoint-9371-ge4e0ed0 tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).