public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
[SCM] archer-tromey-delayed-symfile: Merge remote branch 'origin/master' into archer-tromey-delayed-symfile
 2010-01-14  1:30 UTC 

[SCM] archer-tromey-python: Fix compilation warning
 2010-01-14  1:22 UTC 

[SCM] archer-jankratochvil-vla: fixup
 2010-01-14  0:58 UTC 

[SCM] archer-jankratochvil-vla: Merge remote branch 'origin/master' into archer-jankratochvil-vla
 2010-01-13 20:59 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-01-13 20:53 UTC 

[SCM] archer-jankratochvil-vla: Merge remote branch 'origin/master' into archer-jankratochvil-vla
 2010-01-13 20:40 UTC 

[SCM] archer-tromey-optional-psymtab: Remove unused types
 2010-01-13 16:00 UTC 

[SCM] archer-jankratochvil-watchpoint: fixup
 2010-01-13  4:44 UTC 

[SCM] archer-jankratochvil-fortran-module: Merge remote branch 'origin/master' into archer-jankratochvil-fortran-module
 2010-01-12 23:07 UTC 

[SCM] archer-jankratochvil-misc: Merge remote branch 'origin/master' into archer-jankratochvil-misc
 2010-01-12 22:48 UTC 

[SCM] archer-tromey-optional-psymtab: Remove unused functions
 2010-01-12 17:02 UTC 

[SCM] archer-tromey-optional-psymtab: Disallow Ada for now
 2010-01-12 15:33 UTC 

[SCM] archer-keiths-expr-cumulative: Merge branch 'archer-keiths-expr-cumulative' of ssh://sourceware.org/git/archer into remote-archer-keiths-expr-cumulative
 2010-01-11 22:35 UTC 

[SCM] archer-tromey-optional-psymtab: Fix some FIXMEs and make error handling better
 2010-01-11 22:28 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'news' into archer-jankratochvil-pie
 2010-01-10 20:51 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-01-10 20:47 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'target_gdbarch_aspace-missing-coreaddrwidth' into archer-jankratochvil-pie
 2010-01-10 19:36 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'target_gdbarch_aspace-missing' into archer-jankratochvil-pie
 2010-01-10 17:39 UTC 

[SCM] archer-jankratochvil-pie: Revert "Revert target_gdbarch_aspace."
 2010-01-10 14:13 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'valgrind' into archer-jankratochvil-pie
 2010-01-09 10:06 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-01-09 10:03 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'valgrind' into archer-jankratochvil-pie
 2010-01-09  8:52 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-01-09  8:41 UTC 

[SCM] archer-tromey-python: Merged from master
 2010-01-08 20:58 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'valgrind' into archer-jankratochvil-pie
 2010-01-08 20:32 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-01-08 19:16 UTC 

[SCM] archer-pmuldoon-next-over-throw: Merged from master
 2010-01-08 16:07 UTC 

[SCM] master: Merge commit 'gdb/master'
 2010-01-07 21:48 UTC 

[SCM] archer-jankratochvil-fedora12: gdb/ Fix RHBZ#553338. * value.c (set_value_component_location): Call set_value_address only for COMPONENTs where it does not assert
 2010-01-07 20:51 UTC 

[SCM] archer-jankratochvil-vla: gdb/ Fix RHBZ#553338. * value.c (set_value_component_location): Call set_value_address only for COMPONENTs where it does not assert
 2010-01-07 20:50 UTC 

[SCM] archer-tromey-delayed-symfile: Merged from master
 2010-01-07 20:02 UTC 

[SCM] master: Merge commit 'gdb/master'
 2010-01-06 22:56 UTC 

[SCM] archer-tromey-optional-psymtab: Put objfile mtime and size into the index
 2010-01-06 18:54 UTC 

[SCM] archer-tromey-optional-psymtab: Implement directly-mappable index files
 2010-01-05 16:59 UTC 

[SCM] archer-keiths-expr-cumulative: Fix namespace regression for G++-4.1
 2009-12-23 21:34 UTC 

[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
 2009-12-18 23:35 UTC 

[SCM] archer-tromey-threaded-dwarf: fix bug in qsort comparison function
 2009-12-17  7:22 UTC 

[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
 2009-12-17  0:14 UTC 

[SCM] archer-tromey-optional-psymtab: remove a couple of unused functions
 2009-12-14 21:47 UTC 

[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
 2009-12-14 21:03 UTC 

[SCM] archer-tromey-optional-psymtab: Use posix_madvise. This provides a small but consistent speedup
 2009-12-11 23:49 UTC 

[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
 2009-12-10 18:35 UTC 

[SCM] archer-tromey-optional-psymtab: Change index generation to iterate over CUs
 2009-12-09 22:43 UTC 

[SCM] archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-jankratochvil-vla' into archer-jankratochvil-fedora12
 2009-12-09 15:53 UTC 

[SCM] archer-jankratochvil-vla: Fix compatibility of dynamic arrays with iFort using PTR to them
 2009-12-09 15:49 UTC 

[SCM] archer-tromey-optional-psymtab: Add "maintenance save-gnu-index" command
 2009-12-08 23:41 UTC 

[SCM] archer-tromey-delayed-symfile: Drop <quick_addrmap> comment
 2009-12-08 19:08 UTC 

[SCM] archer-tromey-optional-psymtab: Fix a couple of places that weren't reading sections when needed
 2009-12-07 20:40 UTC 

[SCM] archer-tromey-threaded-dwarf: reverse-20080717-branchpoint-3384-gb9f657f
 2009-12-07 19:27 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'piebase-symbolless-solib-core-attach' into archer-jankratochvil-pie
 2009-12-06 21:27 UTC 

[SCM] archer-jankratochvil-pie-fedora12: Test for no "can't compute CFA for this frame"
 2009-12-06 21:11 UTC 

[SCM] archer-jankratochvil-pie: Test for no "can't compute CFA for this frame"
 2009-12-06 21:11 UTC 

[SCM] archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-tromey-delayed-symfile' into archer-jankratochvil-fedora12
 2009-12-06 21:07 UTC 

[SCM] archer-tromey-delayed-symfile: Fix objfile_relocate for this branch
 2009-12-06 21:04 UTC 

[SCM] archer-jankratochvil-pie-fedora12: Workaround crash in gdb-7.0 fixed post-7.0 upstream
 2009-12-06 18:55 UTC 

[SCM] archer-jankratochvil-pie: Merge remote branch 'origin/master' into archer-jankratochvil-pie
 2009-12-06 18:22 UTC 

[SCM] archer-jankratochvil-pie-fedora12: Merge branch 'archer-jankratochvil-fedora12' of ssh://sourceware.org/git/archer into archer-jankratochvil-pie-fedora12
 2009-12-06 17:53 UTC 

[SCM] archer-jankratochvil-ifunc: Merge remote branch 'origin/master' into archer-jankratochvil-ifunc
 2009-12-06 17:45 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-12-06 17:43 UTC 

[SCM] archer-tromey-optional-psymtab: Lazily read all section data
 2009-12-03 19:31 UTC 

[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
 2009-12-03 18:03 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-12-03 16:32 UTC 

[SCM] archer-jankratochvil-fedora12: Fix rh bz 541093
 2009-12-03 16:22 UTC 

[SCM] archer-keiths-expr-cumulative: Fix rh bz 541093
 2009-12-02 18:05 UTC 

[SCM] archer-tromey-optional-psymtab: fix section name in comment
 2009-12-02 17:59 UTC 

[SCM] archer-tromey-optional-psymtab: Don't allocate a new index_entry if we're just going to read the CU anyway
 2009-12-01 21:45 UTC 

[SCM] archer-tromey-optional-psymtab: Fix a few important bugs, and try to account for gaps in aranges
 2009-11-30 21:51 UTC 

[SCM] archer-tromey-optional-psymtab: Mostly revert previous patch. It was wrong, because when -readnow, we don't ever need to make psymtabs
 2009-11-30 16:25 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-11-30 13:59 UTC 

[SCM] archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-pmuldoon-next-over-throw' into archer-jankratochvil-fedora12
 2009-11-26 18:27 UTC 

[SCM] archer-pmuldoon-next-over-throw: Fix fuzzy results on gdb.java/jnpe.exp
 2009-11-26 18:26 UTC 

[SCM] archer-tromey-optional-psymtab: Correctly handle the cases where we must use psymtabs. This occurs when the objfile has mixed debuginfo types
 2009-11-26  2:16 UTC 

[SCM] archer-tromey-optional-psymtab: Fix bug in qsort call. Change contents of index hash
 2009-11-25 17:36 UTC 

[SCM] archer-jankratochvil-pie-fedora12: Merge remote branch 'origin/archer-jankratochvil-pie' into archer-jankratochvil-pie-fedora12
 2009-11-25 17:01 UTC 

[SCM] archer-jankratochvil-pie: * exec.c (print_section_info): Move the displacement initialization to the declaration
 2009-11-25 17:00 UTC 

[SCM] archer-jankratochvil-pie-fedora12: Reset the parent to current archer-jankratochvil-pie HEAD: 2630559e04d367cb1c7eb00bd2c7b34c478612ad
 2009-11-25 16:36 UTC 

[SCM] archer-jankratochvil-pie-fedora12: reverse-20080717-branchpoint-4422-ge28357a
 2009-11-25 16:27 UTC 

[SCM] archer-jankratochvil-fedora12: Backport 4fa96a6246089e051109b2845caf5ad928594519 for F-12
 2009-11-25 10:14 UTC 

[SCM] archer-jankratochvil-bp_location-accel: * breakpoint.c (update_global_location_list): Fix duplicate locations detection
 2009-11-25  8:52 UTC 

[SCM] archer-tromey-optional-psymtab: Fix have_partial_symbols and friends
 2009-11-24 22:19 UTC 

[SCM] archer-jankratochvil-ifunc: gdb/ 2009-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
 2009-11-24 22:00 UTC 

[SCM] archer-jankratochvil-ifunc: comments fixups
 2009-11-24 21:39 UTC 

[SCM] archer-jankratochvil-ifunc: Merge branch 'master' into archer-jankratochvil-ifunc
 2009-11-24 21:24 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-11-24 21:21 UTC 

[SCM] archer-tromey-optional-psymtab: Reset using_gnu_index when deciding not to use the indices
 2009-11-24 19:55 UTC 

[SCM] archer-tromey-optional-psymtab: If the users uses -readnow, don't read the indices at all
 2009-11-24 17:33 UTC 

[SCM] archer-swagiaal-upstream: Revert "Patch2."
 2009-11-24 15:47 UTC 

[SCM] archer-jankratochvil-ifunc: reverse-20080717-branchpoint-4107-gdc0454a
 2009-11-23 22:21 UTC 

[SCM] archer-tromey-optional-psymtab: Handle currently_reading_symtab
 2009-11-23 18:31 UTC 

[SCM] archer-tromey-optional-psymtab: Don't call create_all_comp_units when reading .debug_gnu_index. Replaced all_comp_units with a VEC
 2009-11-23 15:07 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-11-21  9:24 UTC 

[SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork
 2009-11-20 21:12 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-11-20 21:06 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-11-20 15:57 UTC 

[SCM] archer-tromey-optional-psymtab: Read .debug_gnu_index; avoid psymtabs when it exists
 2009-11-19 20:42 UTC 

[SCM] archer-jankratochvil-watchpoint: * linux-nat.c (resume_callback, linux_nat_resume): Rename watchpoint_hit_set to stopped_data_address_p
 2009-11-18 21:33 UTC 

[SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork
 2009-11-18 10:00 UTC 

[SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork
 2009-11-17 20:03 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-11-17 19:59 UTC 

[SCM] archer-tromey-optional-psymtab: Remove from_tty argument from expand_all_symtabs method
 2009-11-17 17:15 UTC 

[SCM] archer-swagiaal-adl: Turn off adl for C programs
 2009-11-17 16:58 UTC 

[SCM] archer-tromey-optional-psymtab: make a couple quick functions const-correct
 2009-11-16 21:14 UTC 

[SCM] archer-tromey-optional-psymtab: Consolidate two quick functions. Normalize quick function names. Move require_partial_symbols out of loops over psymtabs
 2009-11-16 20:20 UTC 

[SCM] archer-swagiaal-upstream: Patch2
 2009-11-16 16:24 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2009-11-16  2:22 UTC 

[SCM] master: Merge commit 'origin/master'
 2009-11-15  8:31 UTC 

[SCM] archer-jankratochvil-watchpoint: Merge branch '3reorder' into 4fork
 2009-11-15  8:31 UTC 

[SCM] master: Merge commit 'gdb/master'
 2009-11-14 21:53 UTC 

[SCM] archer-swagiaal-upstream: Added test case
 2009-11-13 21:21 UTC 

[SCM] archer-tromey-optional-psymtab: reverse-20080717-branchpoint-3365-ge5f2d15
 2009-11-11 22:37 UTC 

[SCM] archer-keiths-expr-cumulative: Random cleanup. No longer needed
 2009-11-11 17:22 UTC 

[SCM] archer-keiths-expr-cumulative: Remove more single quotes
 2009-11-11  0:42 UTC 

[SCM] archer-keiths-expr-cumulative: Simplify a comment. Not needed
 2009-11-11  0:36 UTC 

[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
 2009-11-11  0:31 UTC 

[SCM] archer-keiths-expr-cumulative: Update w/accepted patches from upstream
 2009-11-10 22:38 UTC 

[SCM] archer-keiths-expr-cumulative: * gdb.cp/realcpp.cc: New file. * gdb.cp/realcpp.exp: New test
 2009-11-10 21:24 UTC 

[SCM] archer-keiths-expr-cumulative: * gdb.cp/ctti.exp: Do not disable tests with gcc
 2009-11-10 21:01 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'piebase-symbolless-solib-core-attach' into archer-jankratochvil-pie
 2009-11-09 18:07 UTC 

[SCM] master: Merge commit 'gdb/master'
 2009-11-09 17:30 UTC 

[SCM] master: Merge commit 'gdb/master'
 2009-11-08 21:28 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'bp_shlib_event' into archer-jankratochvil-pie
 2009-11-06 22:22 UTC 

[SCM] master: Merge commit 'gdb/master'
 2009-11-06 18:17 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'piebase-symbolless-solib-core' into archer-jankratochvil-pie
 2009-11-06  0:12 UTC 

[SCM] archer-jankratochvil-pie: Merge commit 'origin/master' into archer-jankratochvil-pie
 2009-11-05 18:03 UTC 

[SCM] master: Merge commit 'gdb/master'
 2009-11-05 18:01 UTC 

[SCM] archer-jankratochvil-pie: Revert "Simplification by more thoroughtful assumption of .debug extension."
 2009-11-03 13:10 UTC 

[SCM] master: Merge commit 'gdb/master'
 2009-11-02 21:52 UTC 

[SCM] archer-jankratochvil-pie: Merge branch 'valgrind' into archer-jankratochvil-pie
 2009-11-02 21:50 UTC 

[SCM] master: Merge branch 'master' of ssh://sourceware.org/git/archer
 2009-11-02 21:50 UTC 

[SCM] adl-patch4: reverse-20080717-branchpoint-1736-g5705b9f
 2009-11-02 18:56 UTC 

[SCM] adl: reverse-20080717-branchpoint-1728-g6149345
 2009-11-02 18:56 UTC 

[SCM] adl-tests: reverse-20080717-branchpoint-1717-gfbf9dc5
 2009-11-02 18:56 UTC 

[SCM] archer-swagiaal-adl-patch: reverse-20080717-branchpoint-1728-g6149345
 2009-11-02 18:52 UTC 

[SCM] Repository for Project Archer. tag, adl-tests, created. reverse-20080717-branchpoint-1717-gfbf9dc5
 2009-11-02 16:16 UTC 

[SCM] Repository for Project Archer. tag, adl-patch4, created. reverse-20080717-branchpoint-1736-g5705b9f
 2009-11-02 16:16 UTC 

[SCM] Repository for Project Archer. tag, adl, created. reverse-20080717-branchpoint-1728-g6149345
 2009-11-02 16:16 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1734-g055b7b0
 2009-11-02 16:01 UTC 

[SCM] Repository for Project Archer. branch, master, updated. reverse-20080717-branchpoint-3871-gd276c2a
 2009-11-02 15:06 UTC 

[SCM] Repository for Project Archer. branch, archer-jankratochvil-pie, created. reverse-20080717-branchpoint-3887-gb7047da
 2009-11-02 15:05 UTC 

[SCM] Repository for Project Archer. branch, archer-tromey-python, updated. reverse-20080717-branchpoint-3727-gdad6b53
 2009-11-02 13:32 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1733-g3fd1700
 2009-10-29 20:33 UTC 

[SCM] Repository for Project Archer. branch, master, updated. reverse-20080717-branchpoint-3851-g8fe1457
 2009-10-29 20:09 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, created. reverse-20080717-branchpoint-1717-g759518d
 2009-10-28 15:15 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, deleted. reverse-20080717-branchpoint-1722-gd800346
 2009-10-28 15:14 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-using-directive, updated. reverse-20080717-branchpoint-1740-g61c47e8
 2009-10-28 14:54 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, updated. reverse-20080717-branchpoint-1722-gd800346
 2009-10-28 14:54 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, created. reverse-20080717-branchpoint-1717-g759518d
 2009-10-28 14:43 UTC 

[SCM] Repository for Project Archer. branch, archer-swagiaal-adl, deleted. reverse-20080717-branchpoint-3683-g0c3ec6e
 2009-10-28 14:24 UTC 

[SCM] Repository for Project Archer. branch, master, updated. reverse-20080717-branchpoint-3822-gbf82c79
 2009-10-25 22:21 UTC 

[SCM] Repository for Project Archer. branch, archer-jankratochvil-fedora12, updated. reverse-20080717-branchpoint-4420-g5b73ea6
 2009-10-23 20:03 UTC 

[SCM] Repository for Project Archer. branch, archer-keiths-expr-cumulative, updated. reverse-20080717-branchpoint-3542-gd4772b9
 2009-10-23 20:01 UTC 

Test
 2009-10-23  3:14 UTC 

[SCM] archer-jankratochvil-watchpoint: Merge branch '3hwbp' into 4fork
 2009-10-03 16:46 UTC 

[SCM] archer-jankratochvil-watchpoint: Merge branch '3hwbp' into 4fork
 2009-10-03 14:41 UTC 

[SCM] archer-jankratochvil-fedora12: Fix assertion failure with `set debug infrun 1'
 2009-10-02 22:04 UTC 

[SCM] master: 2009-10-02 H.J. Lu <hongjiu.lu@intel.com>
 2009-10-02 21:36 UTC 

[SCM] archer-jankratochvil-watchpoint: Merge branch '3hwbp' into 4fork
 2009-10-02 21:36 UTC 

[SCM] archer-jankratochvil-fedora12: 2009-10-01 Phil Muldoon <pmuldoon@redhat.com>
 2009-10-02 15:33 UTC 

[SCM] archer-jankratochvil-fedora12: Sync w/upstream commit
 2009-09-30 20:11 UTC 

[SCM] archer-keiths-expr-cumulative: * solib-spu.c (spu_bfd_open): Remove linkage_name parameter and arguments to lookup_global_symbol_from_objfile and lookpu_lib_global_symbol. * spu-tdep.c (spu_catch_start): Remove linkage_name argument lookup_block_symbol
 2009-09-30  0:20 UTC 

[SCM] archer-keiths-expr-cumulative: Sync w/upstream commit
 2009-09-29 18:44 UTC 

[SCM] archer-jankratochvil-fedora12: * gdbtypes.c (rank_one_type): Don't return VOID_PTR_CONVERSION_BADNESS if both types are pointers to void. * gdb.cp/cplusfuncs.exp (dm_type_void): Set to "void". (probe_demangler): Do not quote operator queries. (info_func_regexp): Remove "(void)" from the expected result. (print_addr_2): Do not single-quote the name. (print_addr): Remove "(void)" from the expected result. (test_paddr_operator_functions): Remove single quotes. Add tests for operator new[] and operator delete[]. * gdb.cp/cplusfuncs.exp (class foo): Add operators new[] and delete[]
 2009-09-25  6:09 UTC 

[SCM] archer-jankratochvil-fedora12: * python/lib/gdb/FrameWrapper.py: Don't directly reference self.frame
 2009-09-25  4:55 UTC 

[SCM] archer-keiths-expr-cumulative: * gdbtypes.c (rank_one_type): Don't return VOID_PTR_CONVERSION_BADNESS if both types are pointers to void. * gdb.cp/cplusfuncs.exp (dm_type_void): Set to "void". (probe_demangler): Do not quote operator queries. (info_func_regexp): Remove "(void)" from the expected result. (print_addr_2): Do not single-quote the name. (print_addr): Remove "(void)" from the expected result. (test_paddr_operator_functions): Remove single quotes. Add tests for operator new[] and operator delete[]. * gdb.cp/cplusfuncs.exp (class foo): Add operators new[] and delete[]
 2009-09-22 22:11 UTC 

[SCM] archer-jankratochvil-fedora12: Merge commit 'gdb/gdb_7_0-branch' into archer-jankratochvil-fedora12
 2009-09-21 15:14 UTC 

[SCM] archer-jankratochvil-fedora12: Check has_stack_frames() before calling find_pc_line
 2009-09-21 15:03 UTC 

[SCM] archer-tromey-python: Merge branch 'archer-tromey-python' of ssh://sourceware.org/git/archer into archer-tromey-python
 2009-09-18 22:39 UTC 

[SCM] archer-keiths-expr-cumulative: * cp-support.c: Cleanup some comments. * linespec.c (decode_compound): Call cp_validate_operator directly. No need to do the strcmp twice
 2009-09-18 22:33 UTC 

[SCM] archer-keiths-expr-cumulative: * cp-support.c (cp_validate_operator): Add handling for conversion operators. * linespec.c (decode_compound): cp_validate_operator can return 0, so continue evaluating the input afterwards
 2009-09-18 21:04 UTC 

[SCM] archer-keiths-expr-cumulative: Check has_stack_frames() before calling find_pc_line
 2009-09-18 19:05 UTC 

[SCM] archer-keiths-expr-cumulative: some comment formatting fixes/updates
 2009-09-18 16:18 UTC 

[SCM] archer-keiths-expr-cumulative: Merge branch 'master' into remote-archer-keiths-expr-cumulative
 2009-09-18 16:02 UTC 

[SCM] archer-keiths-expr-cumulative: Sync with proposed upstream patch
 2009-09-17 20:36 UTC 

[SCM] archer-jankratochvil-fedora12: Merge remote branch 'gdb/gdb_7_0-branch' into archer-jankratochvil-fedora12
 2009-09-17 10:37 UTC 

[SCM] master: *** empty log message ***
 2009-09-17 10:12 UTC 

[SCM] archer-tromey-python: Fix PR python/10633. Do not iterate past options->print_max
 2009-09-17  9:16 UTC 

[SCM] archer-tromey-python: Do not allow invalid/illegal subscripts on values
 2009-09-17  6:59 UTC 

[SCM] archer-tromey-python: gdb * mi/mi-cmd-var.c (print_varobj): Emit displayhint attribute. gdb/doc * gdb.texinfo (GDB/MI Variable Objects): Update
 2009-09-15 18:37 UTC 

[SCM] archer-pmuldoon-python-value-infcall: Merge commit 'origin/archer-tromey-python' into archer-pmuldoon-python-value-infcall
 2009-09-15 14:10 UTC 

[SCM] archer-tromey-python: * varobj.c (varobj_update): Push children in reverse order
 2009-09-15  0:26 UTC 

[SCM] archer-tromey-python: * gdb.texinfo (GDB/MI Variable Objects): Another tweak
 2009-09-14 21:15 UTC 

[SCM] archer-tromey-python: * gdb.texinfo (GDB/MI Variable Objects): Fixes for patch review
 2009-09-14 18:01 UTC 

[SCM] archer-pmuldoon-python-value-infcall: Add in missing python-value.c source from rename merge
 2009-09-11  7:35 UTC 

[SCM] archer-pmuldoon-python-value-infcall: Merge commit 'origin/archer-tromey-python' into archer-pmuldoon-python-value-infcall
 2009-09-10 22:17 UTC 

[SCM] archer-jankratochvil-fedora12: Merge commit 'origin/archer-tromey-python' into archer-jankratochvil-fedora12
 2009-09-10 20:55 UTC 

[SCM] archer-tromey-python: Merge commit 'origin/master' into archer-tromey-python
 2009-09-10 20:43 UTC 

[SCM] archer-pmuldoon-python-value-infcall: Merge commit 'origin/archer-tromey-python' into archer-pmuldoon-python-value-infcall
 2009-09-10 20:05 UTC 

[SCM] master: Add documentation for set/show interactive-mode. * gdb.texinfo (Other Misc Settings): New node
 2009-09-10 19:58 UTC 

[SCM] archer-tromey-python: * mi/mi-main.c (mi_cmd_list_features): Remove redundant print
 2009-09-10 19:30 UTC 

[SCM] archer-jankratochvil-fedora12: Merge commit 'origin/archer-tromey-python' into archer-jankratochvil-fedora12
 2009-09-10 19:29 UTC 

[SCM] archer-tromey-python: gdb * mi/mi-cmd-var.c (print_varobj): Emit "dynamic" field. (varobj_update_one): Likewise. gdb/doc * gdb.texinfo (GDB/MI Variable Objects): Mention 'dynamic' attribute. gdb/testsuite * gdb.python/python-mi.exp: Update
 2009-09-10 19:03 UTC 

[SCM] archer-jankratochvil-fedora12: Merge commit 'origin/archer-tromey-delayed-symfile' into archer-jankratochvil-fedora12
 2009-09-10 17:52 UTC 

[SCM] archer-tromey-delayed-symfile: Merged from master
 2009-09-10 17:24 UTC 

[SCM] archer-pmuldoon-python-value-infcall: Merge commit 'origin/archer-tromey-python' into archer-pmuldoon-python-value-infcall
 2009-09-10 16:40 UTC 

[SCM] archer-jankratochvil-fedora12: Merge commit 'origin/archer-pmuldoon-next-over-throw' into archer-jankratochvil-fedora12
 2009-09-09 16:44 UTC 

[SCM] archer-jankratochvil-fedora12: Merge commit 'origin/archer-jankratochvil-bp_location-accel' into archer-jankratochvil-fedora12
 2009-09-09 16:34 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/master' into archer-jankratochvil-vla
 2009-09-09 16:16 UTC 

[SCM] archer-tromey-python: fix PR 10615 - updating struct child of dynamic varobj fails gdb PR mi/10615: * varobj.c (install_dynamic_child): Add 'unchanged' argument. (update_dynamic_varobj_children): Likewise. (varobj_get_num_children): Update. (varobj_list_children): Update. (varobj_update): Add unchanged children to update list. gdb/testsuite * gdb.python/python-prettyprint.c (struct substruct): New type. (struct outerstruct): Likewise. (substruct_test): New function. (main): Call it. * gdb.python/python-mi.exp: Add regression tests. * gdb.python/python-prettyprint.py (pp_outer): New class. (register_pretty_printers): Update
 2009-09-09 16:02 UTC 

[SCM] archer-jankratochvil-bp_location-accel: reverse-20080717-branchpoint-3326-gf702ece
 2009-09-09 13:41 UTC 

[SCM] master: 2009-09-09 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
 2009-09-09 13:33 UTC 

page:  |  | latest

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).