archer-commits archive
date index for October - December, 2009

This is the mail archive of the archer-commits@sourceware.org mailing list for the Archer project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:


2009-12-23 [SCM] archer-keiths-expr-cumulative: Fix namespace regression for G++-4.1 jkratoch
2009-12-18 [SCM] archer-tromey-threaded-dwarf: Bug fixes for background psymtab reading. Removed bogus locking code -- it was only used by one thread. Removed some unused code. Re-enabled some .debug_gnu_index code. We never look for the index, but this lets us read full symtabs without going through psymtabs again. Handle objfile destruction properly; added cancel_task function. tromey
2009-12-17 [SCM] archer-tromey-threaded-dwarf: fix bug in qsort comparison function tromey
2009-12-17 [SCM] archer-tromey-threaded-dwarf: Read partial symbol tables in the background. This temporarily disables all the .debug_gnu_index reading. The code is still there but cannot work; see dwarf2_initialize_objfile, the commented-out code in dw2_setup, and the change in elfread.c. tromey
2009-12-14 [SCM] archer-tromey-optional-psymtab: remove a couple of unused functions tromey
2009-12-14 [SCM] archer-tromey-optional-psymtab: Add pre-expansion hook, and change dwarf reader to use it. This is preparation for moving to .debug_pub{names,types}, where finding a symbol's tag is a pain. tromey
2009-12-11 [SCM] archer-tromey-optional-psymtab: Use posix_madvise. This provides a small but consistent speedup. tromey
2009-12-10 [SCM] archer-tromey-threaded-dwarf: Fix some races. cp-name-parser.y is now a "pure" parser. Made some variables in BFD thread-local. Added locking for the BFD cache; this is incomplete but works for our purposes. tromey
2009-12-09 [SCM] archer-tromey-optional-psymtab: Change index generation to iterate over CUs. tromey
2009-12-09 [SCM] archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-jankratochvil-vla' into archer-jankratochvil-fedora12 jkratoch
2009-12-09 [SCM] archer-jankratochvil-vla: Fix compatibility of dynamic arrays with iFort using PTR to them. jkratoch
2009-12-08 [SCM] archer-tromey-optional-psymtab: Add "maintenance save-gnu-index" command. tromey
2009-12-08 [SCM] archer-tromey-delayed-symfile: Drop <quick_addrmap> comment. jkratoch
2009-12-07 [SCM] archer-tromey-optional-psymtab: Fix a couple of places that weren't reading sections when needed. tromey
2009-12-07 [SCM] archer-tromey-threaded-dwarf: reverse-20080717-branchpoint-3384-gb9f657f tromey
2009-12-06 [SCM] archer-jankratochvil-pie: Merge branch 'piebase-symbolless-solib-core-attach' into archer-jankratochvil-pie jkratoch
2009-12-06 [SCM] archer-jankratochvil-pie: Test for no "can't compute CFA for this frame". jkratoch
2009-12-06 [SCM] archer-jankratochvil-pie-fedora12: Test for no "can't compute CFA for this frame". jkratoch
2009-12-06 [SCM] archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-tromey-delayed-symfile' into archer-jankratochvil-fedora12 jkratoch
2009-12-06 [SCM] archer-tromey-delayed-symfile: Fix objfile_relocate for this branch. jkratoch
2009-12-06 [SCM] archer-jankratochvil-pie-fedora12: Workaround crash in gdb-7.0 fixed post-7.0 upstream. jkratoch
2009-12-06 [SCM] archer-jankratochvil-pie: Merge remote branch 'origin/master' into archer-jankratochvil-pie jkratoch
2009-12-06 [SCM] archer-jankratochvil-pie-fedora12: Merge branch 'archer-jankratochvil-fedora12' of ssh://sourceware.org/git/archer into archer-jankratochvil-pie-fedora12 jkratoch
2009-12-06 [SCM] archer-jankratochvil-ifunc: Merge remote branch 'origin/master' into archer-jankratochvil-ifunc jkratoch
2009-12-06 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-12-03 [SCM] archer-tromey-optional-psymtab: Lazily read all section data. tromey
2009-12-03 [SCM] archer-tromey-optional-psymtab: Canonicalize names when reading from the index. This needs a new version of the gcc patch, because we now need the CU's language in .debug_gnu_index. tromey
2009-12-03 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-12-03 [SCM] archer-jankratochvil-fedora12: Fix rh bz 541093 jkratoch
2009-12-02 [SCM] archer-keiths-expr-cumulative: Fix rh bz 541093 swagiaal
2009-12-02 [SCM] archer-tromey-optional-psymtab: fix section name in comment tromey
2009-12-01 [SCM] archer-tromey-optional-psymtab: Don't allocate a new index_entry if we're just going to read the CU anyway. tromey
2009-11-30 [SCM] archer-tromey-optional-psymtab: Fix a few important bugs, and try to account for gaps in aranges. tromey
2009-11-30 [SCM] archer-tromey-optional-psymtab: Mostly revert previous patch. It was wrong, because when -readnow, we don't ever need to make psymtabs. tromey
2009-11-30 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-11-26 [SCM] archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-pmuldoon-next-over-throw' into archer-jankratochvil-fedora12 jkratoch
2009-11-26 [SCM] archer-pmuldoon-next-over-throw: Fix fuzzy results on gdb.java/jnpe.exp jkratoch
2009-11-26 [SCM] archer-tromey-optional-psymtab: Correctly handle the cases where we must use psymtabs. This occurs when the objfile has mixed debuginfo types. tromey
2009-11-25 [SCM] archer-tromey-optional-psymtab: Fix bug in qsort call. Change contents of index hash. tromey
2009-11-25 [SCM] archer-jankratochvil-pie-fedora12: Merge remote branch 'origin/archer-jankratochvil-pie' into archer-jankratochvil-pie-fedora12 jkratoch
2009-11-25 [SCM] archer-jankratochvil-pie: * exec.c (print_section_info): Move the displacement initialization to the declaration. jkratoch
2009-11-25 [SCM] archer-jankratochvil-pie-fedora12: Reset the parent to current archer-jankratochvil-pie HEAD: 2630559e04d367cb1c7eb00bd2c7b34c478612ad jkratoch
2009-11-25 [SCM] archer-jankratochvil-pie-fedora12: reverse-20080717-branchpoint-4422-ge28357a jkratoch
2009-11-25 [SCM] archer-jankratochvil-fedora12: Backport 4fa96a6246089e051109b2845caf5ad928594519 for F-12. jkratoch
2009-11-25 [SCM] archer-jankratochvil-bp_location-accel: * breakpoint.c (update_global_location_list): Fix duplicate locations detection. jkratoch
2009-11-24 [SCM] archer-tromey-optional-psymtab: Fix have_partial_symbols and friends tromey
2009-11-24 [SCM] archer-jankratochvil-ifunc: gdb/ 2009-11-24 Jan Kratochvil <jan.kratochvil@redhat.com> jkratoch
2009-11-24 [SCM] archer-jankratochvil-ifunc: comments fixups jkratoch
2009-11-24 [SCM] archer-jankratochvil-ifunc: Merge branch 'master' into archer-jankratochvil-ifunc jkratoch
2009-11-24 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-11-24 [SCM] archer-tromey-optional-psymtab: Reset using_gnu_index when deciding not to use the indices. tromey
2009-11-24 [SCM] archer-tromey-optional-psymtab: If the users uses -readnow, don't read the indices at all. tromey
2009-11-24 [SCM] archer-swagiaal-upstream: Revert "Patch2." swagiaal
2009-11-23 [SCM] archer-jankratochvil-ifunc: reverse-20080717-branchpoint-4107-gdc0454a jkratoch
2009-11-23 [SCM] archer-tromey-optional-psymtab: Handle currently_reading_symtab tromey
2009-11-23 [SCM] archer-tromey-optional-psymtab: Don't call create_all_comp_units when reading .debug_gnu_index. Replaced all_comp_units with a VEC. tromey
2009-11-21 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-11-20 [SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork jkratoch
2009-11-20 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-11-20 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-11-19 [SCM] archer-tromey-optional-psymtab: Read .debug_gnu_index; avoid psymtabs when it exists. tromey
2009-11-18 [SCM] archer-jankratochvil-watchpoint: * linux-nat.c (resume_callback, linux_nat_resume): Rename watchpoint_hit_set to stopped_data_address_p. jkratoch
2009-11-18 [SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork jkratoch
2009-11-17 [SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork jkratoch
2009-11-17 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-11-17 [SCM] archer-tromey-optional-psymtab: Remove from_tty argument from expand_all_symtabs method tromey
2009-11-17 [SCM] archer-swagiaal-adl: Turn off adl for C programs swagiaal
2009-11-16 [SCM] archer-tromey-optional-psymtab: make a couple quick functions const-correct tromey
2009-11-16 [SCM] archer-tromey-optional-psymtab: Consolidate two quick functions. Normalize quick function names. Move require_partial_symbols out of loops over psymtabs. tromey
2009-11-16 [SCM] archer-swagiaal-upstream: Patch2. swagiaal
2009-11-16 [SCM] master: Merge remote branch 'gdb/master' jkratoch
2009-11-15 [SCM] master: Merge commit 'origin/master' jkratoch
2009-11-15 [SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork jkratoch
2009-11-14 [SCM] master: Merge commit 'gdb/master' jkratoch
2009-11-13 [SCM] archer-swagiaal-upstream: Added test case swagiaal
2009-11-11 [SCM] archer-tromey-optional-psymtab: reverse-20080717-branchpoint-3365-ge5f2d15 tromey
2009-11-11 [SCM] archer-keiths-expr-cumulative: Random cleanup. No longer needed. kseitz
2009-11-11 [SCM] archer-keiths-expr-cumulative: Remove more single quotes. kseitz
2009-11-11 [SCM] archer-keiths-expr-cumulative: Simplify a comment. Not needed. kseitz
2009-11-11 [SCM] archer-keiths-expr-cumulative: * c-exp.y (operator): Assume that the constructed name is already canonicalized. (operator_stoken): s/xmalloc/malloc/g. Add a cleanup to free memory. kseitz
2009-11-10 [SCM] archer-keiths-expr-cumulative: Update w/accepted patches from upstream. kseitz
2009-11-10 [SCM] archer-keiths-expr-cumulative: * gdb.cp/realcpp.cc: New file. * gdb.cp/realcpp.exp: New test. kseitz
2009-11-10 [SCM] archer-keiths-expr-cumulative: * gdb.cp/ctti.exp: Do not disable tests with gcc. kseitz
2009-11-09 [SCM] archer-jankratochvil-pie: Merge branch 'piebase-symbolless-solib-core-attach' into archer-jankratochvil-pie jkratoch
2009-11-09 [SCM] master: Merge commit 'gdb/master' jkratoch
2009-11-08 [SCM] master: Merge commit 'gdb/master' jkratoch
2009-11-06 [SCM] archer-jankratochvil-pie: Merge branch 'bp_shlib_event' into archer-jankratochvil-pie jkratoch
2009-11-06 [SCM] master: Merge commit 'gdb/master' jkratoch
2009-11-06 [SCM] archer-jankratochvil-pie: Merge branch 'piebase-symbolless-solib-core' into archer-jankratochvil-pie jkratoch
2009-11-05 [SCM] archer-jankratochvil-pie: Merge commit 'origin/master' into archer-jankratochvil-pie jkratoch
2009-11-05 [SCM] master: Merge commit 'gdb/master' jkratoch
2009-11-03 [SCM] archer-jankratochvil-pie: Revert "Simplification by more thoroughtful assumption of .debug extension." jkratoch
2009-11-02 [SCM] master: Merge commit 'gdb/master' jkratoch
2009-11-02 [SCM] master: Merge branch 'master' of ssh://sourceware.org/git/archer jkratoch
2009-11-02 [SCM] archer-jankratochvil-pie: Merge branch 'valgrind' into archer-jankratochvil-pie jkratoch
2009-11-02 [SCM] adl-patch4: reverse-20080717-branchpoint-1736-g5705b9f swagiaal
2009-11-02 [SCM] adl-tests: reverse-20080717-branchpoint-1717-gfbf9dc5 swagiaal
2009-11-02 [SCM] adl: reverse-20080717-branchpoint-1728-g6149345 swagiaal
2009-11-02 [SCM] archer-swagiaal-adl-patch: reverse-20080717-branchpoint-1728-g6149345 swagiaal
2009-11-02 [SCM] Repository for Project Archer. tag, adl-patch4, created. reverse-20080717-branchpoint-1736-g5705b9f swagiaal
2009-11-02 [SCM] Repository for Project Archer. tag, adl-tests, created. reverse-20080717-branchpoint-1717-gfbf9dc5 swagiaal
2009-11-02 [SCM] Repository for Project Archer. tag, adl, created. reverse-20080717-branchpoint-1728-g6149345 swagiaal
2009-11-02 [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1734-g055b7b0 swagiaal
2009-11-02 [SCM] Repository for Project Archer. branch, master, updated. reverse-20080717-branchpoint-3871-gd276c2a jkratoch
2009-11-02 [SCM] Repository for Project Archer. branch, archer-jankratochvil-pie, created. reverse-20080717-branchpoint-3887-gb7047da jkratoch
2009-11-02 [SCM] Repository for Project Archer. branch, archer-tromey-python, updated. reverse-20080717-branchpoint-3727-gdad6b53 pmuldoon
2009-10-29 [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1733-g3fd1700 swagiaal
2009-10-29 [SCM] Repository for Project Archer. branch, master, updated. reverse-20080717-branchpoint-3851-g8fe1457 jkratoch
2009-10-28 [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, created. reverse-20080717-branchpoint-1717-g759518d swagiaal
2009-10-28 [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, deleted. reverse-20080717-branchpoint-1722-gd800346 swagiaal
2009-10-28 [SCM] Repository for Project Archer. branch, archer-swagiaal-using-directive, updated. reverse-20080717-branchpoint-1740-g61c47e8 swagiaal
2009-10-28 [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1722-gd800346 swagiaal
2009-10-28 [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, created. reverse-20080717-branchpoint-1717-g759518d swagiaal
2009-10-28 [SCM] Repository for Project Archer. branch, archer-swagiaal-adl, deleted. reverse-20080717-branchpoint-3683-g0c3ec6e swagiaal
2009-10-25 [SCM] Repository for Project Archer. branch, master, updated. reverse-20080717-branchpoint-3822-gbf82c79 jkratoch
2009-10-23 [SCM] Repository for Project Archer. branch, archer-jankratochvil-fedora12, updated. reverse-20080717-branchpoint-4420-g5b73ea6 jkratoch
2009-10-23 [SCM] Repository for Project Archer. branch, archer-keiths-expr-cumulative, updated. reverse-20080717-branchpoint-3542-gd4772b9 jkratoch
2009-10-23 Test ian
2009-10-03 [SCM] archer-jankratochvil-watchpoint: Merge branch '3hwbp' into 4fork jkratoch
2009-10-03 [SCM] archer-jankratochvil-watchpoint: Merge branch '3hwbp' into 4fork jkratoch
2009-10-02 [SCM] archer-jankratochvil-fedora12: Fix assertion failure with `set debug infrun 1'. jkratoch
2009-10-02 [SCM] master: 2009-10-02 H.J. Lu <hongjiu.lu@intel.com> jkratoch
2009-10-02 [SCM] archer-jankratochvil-watchpoint: Merge branch '3hwbp' into 4fork jkratoch
2009-10-02 [SCM] archer-jankratochvil-fedora12: 2009-10-01 Phil Muldoon <pmuldoon@redhat.com> jkratoch
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc 2.6.3