public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
[SCM] archer-pmuldoon-python-breakpoints: Add HAVE_PYTHON conditions, comments, renames and prepare for submission
 2010-12-15 15:15 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Add Tom's review change requests
 2010-12-14 22:51 UTC 

[SCM] gdb_7_2-branch: 2010-12-14 Yao Qi <yao@codesourcery.com>
 2010-12-14 17:14 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-12-14 17:13 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-12-14  8:35 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-12-14  8:27 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Remove whitespace
 2010-12-14  8:26 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Implement (in rough) Eli and Pedro's review comments from 2010-12-13
 2010-12-13 21:41 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Add some more documentation. Prepare for submission
 2010-12-13 12:57 UTC 

[SCM] archer-jankratochvil-watchpoint3: Merge branch 'cleanup-fork-multi-kernel' into archer-jankratochvil-watchpoint3
 2010-12-12  7:59 UTC 

[SCM] archer-jankratochvil-watchpoint3: Merge branch 'cleanup-fork-multi-kernel' into archer-jankratochvil-watchpoint3
 2010-12-11  5:16 UTC 

[SCM] archer-jankratochvil-watchpoint3: Merge branch 'cleanup-fork-multi-kernel' into archer-jankratochvil-watchpoint3
 2010-12-11  1:46 UTC 

[SCM] archer-tromey-multi-inferior: add itset_create_or_default
 2010-12-10 19:17 UTC 

[SCM] archer-swagiaal-oguz: Change events to be process wide
 2010-12-10 17:31 UTC 

[SCM] gdb_7_2-branch: * src-release (ETC_SUPPORT): add gnu-oids.texi
 2010-12-10 17:17 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-12-10 17:16 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Write documentation. Change eval to evaluate. Clean up code and prepare for submission
 2010-12-10 14:33 UTC 

[SCM] archer-swagiaal-oguz: Employ inheritance to eliminate redundant code
 2010-12-09 15:44 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-12-08 15:56 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-12-08 15:55 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Rewrite so all breakpoints are called regardless of stop status. Add tests. Ensure language and arch are set
 2010-12-08 15:53 UTC 

[SCM] archer-swagiaal-oguz: Copy listeners list in emit function
 2010-12-07 16:58 UTC 

[SCM] archer-jankratochvil-watchpoint3: fix
 2010-12-06 11:03 UTC 

[SCM] archer-jankratochvil-watchpoint3: Merge remote branch 'origin/master' into archer-jankratochvil-watchpoint3
 2010-12-06  6:42 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-12-06  6:41 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-12-06  6:40 UTC 

[SCM] archer-jankratochvil-watchpoint3: ppc-linux-nat tested on RHEL-6 ppc64 non-BookE:
 2010-12-06  6:22 UTC 

[SCM] archer-jankratochvil-watchpoint3: Unify the workaround code
 2010-12-06  5:48 UTC 

[SCM] archer-jankratochvil-watchpoint3: sync i386 to amd64 style
 2010-12-06  5:43 UTC 

[SCM] archer-jankratochvil-watchpoint3: Provide workarounds for both RHBZ#660003 and RHBZ#660204
 2010-12-06  3:54 UTC 

[SCM] archer-jankratochvil-watchpoint3: testcase part of the ppc rhel6 compatibility
 2010-12-04 21:24 UTC 

[SCM] archer-jankratochvil-watchpoint3: s390x rhel6 compatibility
 2010-12-04 21:17 UTC 

[SCM] archer-jankratochvil-watchpoint3: fix
 2010-12-04 19:31 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-12-04  1:03 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-12-04  1:03 UTC 

[SCM] archer-swagiaal-oguz: gdbpy_selected_thread: Added check for pid == 0
 2010-12-02 20:58 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Adjust logic now that struct breakpoint contains a breakpoint_object not a PyObject. Remove gratuitous changes. Do not wrap alternate condition branch
 2010-12-02 16:24 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-12-02 15:47 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-12-02 15:47 UTC 

[SCM] archer-pmuldoon-next-over-throw2: add ChangeLog entries
 2010-12-02 15:06 UTC 

[SCM] archer-pmuldoon-next-over-throw2: Change to work on PPC64 Use lookup_minimal_symbol, not lookup_minimal_symbol_text Use gdbarch_convert_from_func_ptr_addr
 2010-12-01 21:37 UTC 

[SCM] archer-swagiaal-oguz: reverse-20080717-branchpoint-7386-g4cad63d
 2010-12-01 16:33 UTC 

[SCM] archer-pmuldoon-next-over-throw2: Call delete_longjmp_breakpoint from clear_thread_inferior_resources
 2010-11-30 20:12 UTC 

[SCM] archer-pmuldoon-next-over-throw2: rewrite test case to work with more gcj versions
 2010-11-30 19:04 UTC 

[SCM] archer-pmuldoon-next-over-throw2: test case updates as suggested by Jan
 2010-11-30 15:46 UTC 

[SCM] archer-jankratochvil-watchpoint3: fix the multi-inferior testcase
 2010-11-30  0:49 UTC 

[SCM] archer-jankratochvil-watchpoint3: Merge remote branch 'origin/master' into archer-jankratochvil-watchpoint3
 2010-11-30  0:30 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-11-30  0:16 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-30  0:15 UTC 

[SCM] archer-jankratochvil-watchpoint3: Simplify the code by additional fixups with no testcase
 2010-11-29  3:35 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-28 18:02 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-11-28  5:46 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-28  5:41 UTC 

[SCM] archer-pmuldoon-next-over-throw2: update comment
 2010-11-24 18:22 UTC 

[SCM] archer-jankratochvil-vla: Fixup a regression
 2010-11-20  4:55 UTC 

[SCM] archer-jankratochvil-vla: https://bugzilla.redhat.com/show_bug.cgi?id=654331
 2010-11-20  4:31 UTC 

[SCM] archer-jankratochvil-fedora15: Merge remote branch 'origin/archer-jankratochvil-watchpoint3' into archer-jankratochvil-fedora15
 2010-11-17 16:56 UTC 

[SCM] archer-jankratochvil-watchpoint3: Fix gdb.base/watch-cond-infcall.exp regression due to the merge
 2010-11-17 16:53 UTC 

[SCM] archer-jankratochvil-fedora15: reverse-20080717-branchpoint-7747-g785d5ff
 2010-11-17  6:40 UTC 

[SCM] archer-jankratochvil-watchpoint3: Fix gdb.base/recurse.exp regression due to the recent merge
 2010-11-17  6:38 UTC 

[SCM] archer-swagiaal-upstream: Merge branch 'master' into archer-swagiaal-upstream
 2010-11-16 18:17 UTC 

[SCM] archer-jankratochvil-ifunc: Merge remote branch 'origin/master' into archer-jankratochvil-ifunc
 2010-11-16  6:02 UTC 

[SCM] archer-jankratochvil-watchpoint3: Merge remote branch 'origin/master' into archer-jankratochvil-watchpoint3
 2010-11-16  5:53 UTC 

[SCM] archer-jankratochvil-vla: Merge remote branch 'origin/master' into archer-jankratochvil-vla
 2010-11-16  5:24 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-16  5:04 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-11-16  5:04 UTC 

[SCM] archer-pmuldoon-python-breakpoints: First initial draft of python conditional evaluation
 2010-11-12 14:22 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-11-12 11:47 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-12 11:47 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-11-11 11:40 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-11 11:39 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Fix some spurious changes and indents
 2010-11-11  9:55 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Fix formatting nits. Add Eli documentation suggestions
 2010-11-10  9:42 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-11-10  9:10 UTC 

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

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-11-08  9:41 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-08  9:34 UTC 

[SCM] archer-jankratochvil-vla: Fix gdb.ada/null_array.exp
 2010-11-07 20:09 UTC 

[SCM] archer-jankratochvil-vla: fixup testcase for new GDB
 2010-11-07 18:52 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-11-07 18:18 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-11-07 18:15 UTC 

[SCM] archer-cpparser-branch: * cparser.c (c_parse): Resurrect LEXPTR adjustment
 2010-10-27 17:51 UTC 

[SCM] archer-cpparser-branch: * cparser.c (cp_parse_postfix_expression): Remove TTYPE_CLOSE_PAREN case. (cp_do_parse): Remove. (c_parse): Call cp_parse_expression instead of cp_do_parse. If we didn't parse all tokens, issue an error
 2010-10-27 16:48 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Fix create_breakpoint comments. Add comments to new set_breakpoint_number function
 2010-10-22 20:58 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Prepare for FSF submission
 2010-10-22 18:01 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Remove create_new_breakpoint and fold back into create_breakpoint. Add and rework set_breakpoint_number
 2010-10-22 17:27 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Add missing python internal watchpoint tests and documentation
 2010-10-22 15:44 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Add internal watchpoint functionality to Python
 2010-10-22 15:04 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-10-22 14:29 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-10-22 14:28 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-10-20 12:49 UTC 

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

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-10-19 16:03 UTC 

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

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-10-17 20:28 UTC 

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

[SCM] archer-jankratochvil-ifunc: Merge remote branch 'origin/master' into archer-jankratochvil-ifunc
 2010-10-15 17:11 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-10-15 17:07 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-10-15 17:07 UTC 

[SCM] archer-jankratochvil-ifunc: Merge remote branch 'origin/master' into archer-jankratochvil-ifunc
 2010-10-14 20:58 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-10-14 20:56 UTC 

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

[SCM] archer-cpparser-branch: * cparser.c: Change all parsing errors to use cp_parse_error. Add FIXME for "junk at end of specification"
 2010-10-13 20:35 UTC 

[SCM] archer-jankratochvil-ifunc: Merge remote branch 'origin/master' into archer-jankratochvil-ifunc
 2010-10-13 15:10 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-10-13 15:07 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-10-13 15:06 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-10-13 10:44 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Implement breakpoint iterator, and other review requests
 2010-10-13 10:43 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-10-12 16:46 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-10-12 16:45 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Clean up some old variables, rename some variables and general cleanup for FSF submission
 2010-10-12 15:05 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-10-12 12:03 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Do not track breakpoints on the Python side of the API
 2010-10-11 16:23 UTC 

[SCM] archer-jankratochvil-ifunc: Merge remote branch 'origin/master' into archer-jankratochvil-ifunc
 2010-10-11  9:30 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-10-11  9:22 UTC 

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

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-10-11  8:48 UTC 

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

[SCM] archer-pmuldoon-python-breakpoints: Cleanup in preperation for FSF submission
 2010-10-07  9:47 UTC 

[SCM] archer-tromey-multi-inferior: change itsets to use {...} rather than [...] this avoids a possible conflict with Objective C
 2010-10-06 18:03 UTC 

[SCM] archer-tromey-multi-inferior: const correctness for new API
 2010-10-06 16:32 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Store breakpoints in a linked list. Implement internal flag. Use Python objects over integets to denote internal usage. Adjust testsuite and documentation. Fix up breakpoint internal plumbing to deal with negative numbers and mention
 2010-10-06 11:18 UTC 

[SCM] archer-tromey-python: Merge branch 'master' into archer-tromey-python
 2010-10-06  9:04 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-10-06  9:00 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-10-06  9:00 UTC 

[SCM] archer-tromey-multi-inferior: initial implementation of obj_section lookup only the symbol lookup portion is done; blocks remain undone
 2010-10-06  1:31 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Revert "Initial draft to enable internal breakpoints."
 2010-10-05 13:05 UTC 

[SCM] archer-kayral-python: reverse-20080717-branchpoint-6961-g7c59491
 2010-10-03 12:39 UTC 

[SCM] archer-tromey-multi-inferior: psymtabs_addrmap is no longer relocated
 2010-10-01 19:35 UTC 

[SCM] archer-tromey-multi-inferior: Add SYMBOL_VALUE_RAW_ADDRESS Update most needed users psymtab.c and some symbol readers remain to be updated
 2010-10-01 18:37 UTC 

[SCM] archer-tromey-multi-inferior: make BLOCK_START and BLOCK_END rvalues
 2010-10-01 15:29 UTC 

[SCM] archer-tromey-python: Merge branch 'master' into archer-tromey-python
 2010-09-30  9:10 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-09-30  8:57 UTC 

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

[SCM] archer-tromey-multi-inferior: make SYMBOL_VALUE_ADDRESS an lvalue
 2010-09-29 22:38 UTC 

[SCM] archer-jankratochvil-ifunc: Fix the crash
 2010-09-28 23:25 UTC 

[SCM] archer-jankratochvil-ifunc: New testcase for: https://bugzilla.redhat.com/show_bug.cgi?id=637770
 2010-09-28 22:43 UTC 

[SCM] archer-tromey-multi-inferior: make jit global per-progspace
 2010-09-28 21:21 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Initial version of visible/invisible breakpoints from Python. Only CLI. Revert vector to linked list changes
 2010-09-28  9:27 UTC 

[SCM] archer-tromey-multi-inferior: Run: perl -pi~ -e 's/OBJFILE_OBJFILE_OBSTACK/OBJFILE_OBSTACK/g' on the sources
 2010-09-27 20:06 UTC 

[SCM] archer-jankratochvil-entryval: tailcall-frame.c:280: error: ‘prev_pc’ may be used uninitialized in this function
 2010-09-27 14:36 UTC 

[SCM] archer-jankratochvil-entryval: Fix failed assertion: - gdb_assert ((result->callers == 0 && result->callees == 0) - || length < result->length);
 2010-09-27 14:13 UTC 

[SCM] archer-jankratochvil-entryval: Use available unwinders like the DWARF one for the raw unwinding
 2010-09-27 12:31 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-09-27 11:40 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-09-27  9:49 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-09-27  9:48 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Remove internal breakpoints number use. Use visibility flag instead
 2010-09-23 11:02 UTC 

[SCM] archer-tromey-python: Merge branch 'master' into archer-tromey-python
 2010-09-21  9:17 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Merge branch 'master' into archer-pmuldoon-python-breakpoints
 2010-09-20 12:36 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-09-20 12:34 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: Add explicit cast from void pointer
 2010-09-16 21:05 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-09-16 20:49 UTC 

[SCM] archer-jankratochvil-fedora14: Fix gdb.solib_address (fix by Phil Muldoon)
 2010-09-16 17:19 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "new" variables
 2010-09-16 12:35 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename "typename", "operator", "template" variables. gdbtypes.c: rename "typename" variables. ia64-tdep.c: rename "template" variables. valarith.c: rename "operator" variables
 2010-09-16 10:11 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: Merge branch 'archer-ratmice-compile-Wc++-compat' of ssh://sourceware.org/git/archer into archer-ratmice-compile-Wc++-compat
 2010-09-15 23:09 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: fix observer generation code to add needed cast
 2010-09-15 22:40 UTC 

[SCM] archer-swagiaal-upstream: Merge branch 'master' into archer-swagiaal-upstream
 2010-09-15 19:51 UTC 

[SCM] archer-tromey-multi-inferior: make objfile split work
 2010-09-15 18:34 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "class" identifiers
 2010-09-15 15:30 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "template" identifiers
 2010-09-15 14:34 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "explicit" identifiers
 2010-09-15 14:27 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "mutable" identifiers
 2010-09-15 14:22 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "operator" identifiers
 2010-09-15 14:20 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "this" identifiers
 2010-09-15 14:16 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename variables of type 'command_class' to cmd_class
 2010-09-15 13:35 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: Add explicit casts from void pointer
 2010-09-15 12:45 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "using" identifiers
 2010-09-15  5:17 UTC 

[SCM] archer-tromey-multi-inferior: fix TAGS
 2010-09-14 18:24 UTC 

[SCM] archer-ratmice-compile-Wc++-compat: rename all "namespace" identifiers
 2010-09-14  1:14 UTC 

[SCM] archer-pmuldoon-python-breakpoints: Initial draft to enable internal breakpoints
 2010-09-13 16:03 UTC 

[SCM] archer-cpparser-branch: * cparser.c (cp_parse_postfix_expression): Added case for TTYPE_CLOSE_PAREN in order to catch extra parenthesis at the end of the expression
 2010-09-10 22:47 UTC 

[SCM] archer-tromey-multi-inferior: itset bug- and error checking- fixes; add reference counting
 2010-09-09  1:47 UTC 

[SCM] archer-tromey-multi-inferior: add comments to itset
 2010-09-07 22:41 UTC 

[SCM] archer-tromey-multi-inferior: reverse-20080717-branchpoint-6327-gce1b52c
 2010-09-07 22:06 UTC 

[SCM] archer-pmuldoon-python-breakpoints: reverse-20080717-branchpoint-6760-g61f0884
 2010-09-07 12:21 UTC 

[SCM] archer-jankratochvil-entryval: Missing DW_TAG_GNU_call_site_parameter is also not invalid
 2010-09-05 12:26 UTC 

[SCM] archer-jankratochvil-entryval: Use VALUE_OPTIMIZED_OUT_ERROR instead of error()
 2010-09-05 10:50 UTC 

[SCM] archer-jankratochvil-entryval: DW_TAG_gnu_call_site may be legally missing
 2010-09-05 10:45 UTC 

[SCM] archer-jankratochvil-entryval: Fix/workaround the DW_TAG_call_site scoping
 2010-09-05  8:23 UTC 

[SCM] archer-jankratochvil-entryval: fix unwinding inlined functions
 2010-09-04 23:06 UTC 

[SCM] archer-jankratochvil-entryval: Merge remote branch 'origin/master' into archer-jankratochvil-entryval
 2010-09-04 20:02 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-09-04 19:59 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-09-04 19:59 UTC 

[SCM] archer-jankratochvil-fedora14: Merge remote branch 'origin/gdb_7_2-branch' into archer-jankratochvil-fedora14
 2010-09-03  7:32 UTC 

[SCM] gdb_7_2-branch: Set version to 7.2.0.20100903-cvs
 2010-09-03  7:26 UTC 

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

[SCM] archer-cpparser-branch: Merge remote branch 'archer/archer-cpparser-branch' into archer-sergio-cpparser-branch
 2010-09-02 20:14 UTC 

[SCM] archer-cpparser-branch: Merge branch 'master' into archer-cpparser-branch
 2010-09-02 20:07 UTC 

[SCM] archer-cpparser-branch: * cparser.c: Add comments for some functions. Add keywords, handling for "[]", a bunch of minor cleanups. (cp_lexer_consume_token): Return the consumed token instead of the next one. (free_expression_chain): Turn into a cleanup function. (cp_expression_chain): Do not reallocate expout when appending to an existing chain. (cp_required_token_error): New function. (cp_requre_token): New function. (cp_parse_identifier): New function. (cp_parse_global_scope_opt): New function. (cp_parse_unqualified_id): New function. (cp_parse_id_expression): New function. (cp_parse_primary_expression): Handle TTYPE_NAME. (cp_parse_postfix_open_square_expression): New function. (cp_parse_postfix_expression): Add handling for "[" and mention "(", "++", "--", ".", and ".*". (build_binary_opt): Do not free RHS. (cp_parse_binary_expression): Add cleanups for LHS and RHS. Save cleanups onto the expression stack, too. (cp_lex_one_token): Add TTYPE_NAME handling. (free_cp_parser): Make into a cleanup function. (new_parser): Set lexing language. (c_parse): Add cleanup for parser. Free EXPOUT when finished with parsing. (_initialize_cparser): Define global_namespace. [Needed?]
 2010-09-02 19:53 UTC 

[SCM] archer-swagiaal-upstream: revert to master
 2010-09-02 17:56 UTC 

[SCM] archer-swagiaal-upstream: Merge remote branch 'origin/archer-swagiaal-upstream' into archer-swagiaal-upstream
 2010-09-02 16:27 UTC 

[SCM] archer-jankratochvil-entryval: Fix/workaround the DW_TAG_call_site scoping
 2010-09-02 15:20 UTC 

[SCM] archer-jankratochvil-entryval: Merge remote branch 'origin/master' into archer-jankratochvil-entryval
 2010-09-02 15:07 UTC 

[SCM] gdb_7_2-branch: *** empty log message ***
 2010-09-02 15:05 UTC 

[SCM] master: Merge remote branch 'gdb/master'
 2010-09-02 15:04 UTC 

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

[SCM] archer-swagiaal-indent: indented
 2010-08-23 17:20 UTC 

[SCM] archer-swagiaal-upstream: Fix overload resolution between children of common ancestor
 2010-08-23 17:20 UTC 

[SCM] archer-swagiaal-work: reverse-20080717-branchpoint-6529-g5b754b0
 2010-08-23 17:16 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).