public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
[SCM] archer-keiths-expr-cumulative: Revert "Use dwarf2_full_name instead of dwarf2_linkage_name for variables."
 2009-02-12 19:06 UTC 

[SCM] archer-swagiaal-using-directive: Merge commit 'origin/archer-keiths-expr-cumulative' into archer-swagiaal-using-directive
 2009-02-12 19:06 UTC 

[SCM] archer-jankratochvil-misc: Testcase fix as suggested by Pierre Muller
 2009-02-12 18:42 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Zero test regression commit with CLI and MI tests. Convert varobj/MI to use new pretty-printers API
 2009-02-12 15:31 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Add strip_typedefs function to python-type.c. Strip all TypeDefs to types in test-case pretty-printer
 2009-02-11 16:07 UTC 

[SCM] archer-rmoseley-fedora-merge: Fix rejected hunks from pmuldoon-exception-rewind merge
 2009-02-11 15:18 UTC 

[SCM] archer-rmoseley-fedora-merge: Check in partially-merged infcall.c for Phil
 2009-02-11 14:58 UTC 

[SCM] archer-jankratochvil-misc: Fix `return' for long on no debuginfo; new testcase
 2009-02-11 14:45 UTC 

[SCM] archer-rmoseley-fedora-merge: Add other files from Phil Muldoon patch except infcall.c
 2009-02-11 14:40 UTC 

[SCM] archer-rmoseley-fedora-merge: Add Phil Muldoon's test case
 2009-02-11 14:38 UTC 

[SCM] archer-rmoseley-fedora-merge: Fix merge problem Jan found
 2009-02-11  2:23 UTC 

[SCM] archer-pmuldoon-next-over-throw: * gdb.cp/Makefile.in (EXECUTABLES): Update
 2009-02-10 22:02 UTC 

[SCM] archer-pmuldoon-next-over-throw: * unwinder.diff: New file
 2009-02-10 21:53 UTC 

[SCM] archer-rmoseley-fedora-merge: Fixed compile errors caused by merge of sergio-syscall-catch
 2009-02-09 21:07 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Rewrite look-up function for both test and libstdcxx pretty printers. Account for exceptions in lookup loop
 2009-02-09 18:55 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: If gdbpy_get_varobj_pretty_printer returns Py_None, convert to NULL and pass to install_visualizer
 2009-02-09 15:40 UTC 

[SCM] archer-jankratochvil-misc: Compilation fix of the last merge:
 2009-02-09 14:54 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-02-09 14:37 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2009-02-09 14:35 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-02-09 14:35 UTC 

[SCM] master: * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
 2009-02-09 14:30 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Account for a Py_Incref(null) bug. Convert pretty-print testsuite
 2009-02-09 14:17 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Clean-up unused variables, and rename variables to be more meaningful
 2009-02-09 11:52 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Clean up libstdcxx/printers.py. Indent, rename variables and comment
 2009-02-09 10:15 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: First attempt at documentation changes. Check in tom's unordered pretty printer fix
 2009-02-09  9:09 UTC 

[SCM] archer-tromey-python: Commit value fix from Jim Blandy, add testcase
 2009-02-09  1:21 UTC 

[SCM] archer-tromey-python: Change convert_value_from_python to throw a Python exception
 2009-02-08 23:46 UTC 

[SCM] archer-jankratochvil-misc: Flat DW_TAG_module support (PR fortran/9806)
 2009-02-07 14:39 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Catch exceptions during child iteration in print_child. Remove debug statements and debug backtraces
 2009-02-06 19:28 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Add debug statement to python. Flush any exceptions to GDB console on PyObject_CallFunction. Return and check for Py_None
 2009-02-06 15:23 UTC 

[SCM] archer-tromey-python: Use Unicode strings for command and completer arguments
 2009-02-05 22:40 UTC 

[SCM] archer-sergio-catch-syscall: Merge branch 'master' into archer-sergio-catch-syscall
 2009-02-05 21:37 UTC 

[SCM] archer-tromey-python: gdb
 2009-02-05 19:56 UTC 

[SCM] archer-rmoseley-fedora-merge: reverse-20080717-branchpoint-1212-g76e926f
 2009-02-05 19:48 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Account for apply_val_pretty_printer instantiatiosn. Pre-compile the regex for pretty printers and store result
 2009-02-05 18:03 UTC 

[SCM] archer-swagiaal-using-directive: Created branch Changelog files
 2009-02-05 16:48 UTC 

[SCM] archer-swagiaal-using-directive: Created branch changelog files
 2009-02-05 16:30 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Stop using Py_None for comparison where NULL will suffice
 2009-02-05 15:23 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Clean-up patch and integrate list-lookups in all scenarios. Account for objfile issues. Deal with type versus value passing in some instances
 2009-02-05 14:37 UTC 

[SCM] archer-tromey-python: Address Tromey's comments on the la_get_string patch
 2009-02-05 13:56 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: First rough working scenario of calling printers from a list. Call look_up function in python (this is registered in the global list). This when called by the pretty printers searches its own private dictionary and matches via python regex the correct instance of printer to return. This patch does not work with MI at all
 2009-02-05 11:06 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Adapt in part the printers.py to filter all look-ups via a "find" function. Attempt scratch printer instantiation directly without checking types in a dictionary
 2009-02-04 16:25 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: Start converting utility functions to use a list
 2009-02-04 11:50 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: reverse-20080717-branchpoint-1214-g2439545
 2009-02-04 11:39 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: reverse-20080717-branchpoint-1483-g8324465
 2009-02-04 11:36 UTC 

[SCM] archer-pmuldoon-pretty-printers-lookup: reverse-20080717-branchpoint-1483-g8324465
 2009-02-04 11:09 UTC 

[SCM] archer-jankratochvil-misc: New test for valgrind --db-attach=yes; https://bugzilla.redhat.com/show_bug.cgi?id=483262
 2009-02-04  1:28 UTC 

[SCM] archer-keiths-expr-cumulative: Merge branch 'archer-keiths-no-quotes' into archer-keiths-expr-cumulative
 2009-02-03 23:47 UTC 

[SCM] archer-keiths-expr-cumulative: reverse-20080717-branchpoint-1442-g587fa1a
 2009-02-03 20:13 UTC 

[SCM] master: M68K TLS support
 2009-02-03 16:37 UTC 

[SCM] archer-tromey-python: Address Joel's comments on the la_getstr patch
 2009-02-03 13:46 UTC 

[SCM] archer-swagiaal-using-directive: Import statements are now only valid after the import line
 2009-02-02 21:41 UTC 

[SCM] archer-keiths-no-quotes: Merge branch 'master' into archer-keiths-no-quotes
 2009-02-02 21:29 UTC 

[SCM] archer-tromey-charset: do not use swprintf
 2009-02-02 16:57 UTC 

[SCM] archer-tromey-python: Add testcase for Python command creation
 2009-02-01 22:08 UTC 

[SCM] master: bfd/
 2009-02-01 20:12 UTC 

[SCM] archer-tromey-charset: fix bug in print_formatted
 2009-01-30 21:20 UTC 

[SCM] archer-swagiaal-using-directive: Fixed printing of non-visible names bug
 2009-01-30 15:51 UTC 

[SCM] archer-keiths-dwarf-names-branch: Merge branch 'master' into archer-keiths-dwarf-names-branch
 2009-01-29 23:49 UTC 

[SCM] archer-jankratochvil-vla: Fix a regression by the last patch for: gdb.stabs/weird.exp
 2009-01-29 22:26 UTC 

[SCM] archer-tromey-charset: fix building against libiconv
 2009-01-29 16:24 UTC 

[SCM] archer-tromey-python: Remove duplicate "const qualified" section in gdb.texinfo
 2009-01-29 15:16 UTC 

[SCM] archer-sergio-catch-syscall: Changes made to reflect the feedback received
 2009-01-29 14:32 UTC 

[SCM] archer-sergio-catch-syscall: Merge branch 'master' into archer-sergio-catch-syscall
 2009-01-29 14:14 UTC 

[SCM] archer-tromey-python: Use `selected' frame for caller_is and caller_matches convenience functions
 2009-01-29  4:39 UTC 

[SCM] archer-tromey-python: Turn block and domain into optional parameters to gdb.lookup_symbol
 2009-01-29  4:10 UTC 

[SCM] archer-tromey-python: Workaround for Python 2.4 generator bug
 2009-01-29  0:37 UTC 

[SCM] archer-tromey-delayed-symfile: merge from master
 2009-01-28 22:57 UTC 

[SCM] archer-keiths-dwarf-names-branch: fix missing decl warning
 2009-01-28 20:55 UTC 

[SCM] archer-tromey-charset: update ChangeLog dates
 2009-01-28 19:48 UTC 

[SCM] archer-tromey-charset: remove bogus test
 2009-01-28 18:55 UTC 

[SCM] archer-tromey-python: Add convenience function testcase
 2009-01-28  3:06 UTC 

[SCM] archer-tromey-charset: fix charset.exp for escape output change
 2009-01-28  1:30 UTC 

[SCM] archer-tromey-charset: another test suite fix
 2009-01-28  1:01 UTC 

[SCM] archer-tromey-charset: fix infinite loop in classify_type
 2009-01-27 22:05 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-01-27 21:43 UTC 

[SCM] archer-jankratochvil-type-refcount: Fix a crash of freeing an unfinished TYPE from copy_type_recursive if an error
 2009-01-27 21:41 UTC 

[SCM] archer-jankratochvil-vla: Fix the recent merge regression for: gdb.arch/x86_64-vla-typedef.exp
 2009-01-27 21:39 UTC 

[SCM] master: * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
 2009-01-27 21:03 UTC 

[SCM] archer-tromey-charset: more test suite fixes
 2009-01-27 18:34 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-01-27 14:39 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2009-01-27 14:39 UTC 

[SCM] master: * gdb.base/find.exp: Set newline variable
 2009-01-27 14:04 UTC 

[SCM] archer-tromey-python: PyObject_IsTrue houskeeping rework
 2009-01-27  9:57 UTC 

[SCM] archer-jankratochvil-misc: Improve the testcase gdb.base/lineno-makeup-func.c to PASS also on s390
 2009-01-26  9:19 UTC 

[SCM] archer-jankratochvil-misc: New testcase for:
 2009-01-25 21:38 UTC 

[SCM] archer-swagiaal-using-directive: Removed kfail from all fixed namespace tests
 2009-01-23 19:25 UTC 

[SCM] archer-swagiaal-using-directive: Added handling for global names, and removed kfail from test
 2009-01-23 17:01 UTC 

[SCM] archer-swagiaal-using-directive: Created name_prefix, and used it during lexing
 2009-01-23 16:48 UTC 

[SCM] archer-tromey-charset: regression fix
 2009-01-22 17:55 UTC 

[SCM] archer-jankratochvil-vla: Fix gfortran testcase compilation warnings (normally suppressed)
 2009-01-20 14:01 UTC 

[SCM] archer-jankratochvil-vla: Print Fortran unbound arrays as empty instead of as a garbaged single element
 2009-01-18 21:59 UTC 

[SCM] archer-tromey-charset: try to find list of iconv-supported charsets at startup
 2009-01-17 22:21 UTC 

[SCM] archer-tromey-charset: update NEWS
 2009-01-17  2:46 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2009-01-16 10:33 UTC 

[SCM] archer-jankratochvil-vla: Fix a regression of the last master merge:
 2009-01-16 10:33 UTC 

[SCM] archer-tromey-charset: fix off-by-one error when concatenating strings
 2009-01-16  2:24 UTC 

[SCM] archer-tromey-charset: implement wchar_t iterator
 2009-01-15 20:33 UTC 

[SCM] archer-sergio-catch-syscall: Merge branch 'master' into archer-sergio-catch-syscall
 2009-01-15 19:19 UTC 

[SCM] archer-sergio-catch-syscall: Commit a fix made by Jan
 2009-01-15 19:14 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-01-15 12:13 UTC 

[SCM] master: opcodes/
 2009-01-15 12:10 UTC 

[SCM] archer-tromey-charset: initial test suite update
 2009-01-15  1:12 UTC 

[SCM] archer-tromey-charset: fix bad ChangeLog edit
 2009-01-14 19:25 UTC 

[SCM] archer-tromey-python: Remove documentation example prompts for scripted python
 2009-01-14 18:08 UTC 

[SCM] archer-tromey-python: * darwin-nat-info.c (info_mach_region_command): Use
 2009-01-14 17:29 UTC 

[SCM] archer-tromey-charset: remove the unused host delete char define
 2009-01-14  0:42 UTC 

[SCM] archer-tromey-charset: avoid some typedef-stripping when printing a value
 2009-01-13 22:20 UTC 

[SCM] archer-tromey-python: Add filename check to save_breakpoints.py and error message
 2009-01-13 21:01 UTC 

[SCM] archer-tromey-python: Fix some minor typos in Python sections
 2009-01-13 20:55 UTC 

[SCM] archer-tromey-charset: print some escape sequences in a prettier way
 2009-01-13  0:31 UTC 

[SCM] archer-rmoseley-demo-merge-2: reverse-20080717-branchpoint-1497-g0622e9b
 2009-01-12 22:31 UTC 

[SCM] archer-tromey-charset: fix some escape sequence bugs
 2009-01-12 21:54 UTC 

[SCM] archer-tromey-charset: wrote function comments and ChangeLog entry
 2009-01-12 20:20 UTC 

[SCM] archer-tromey-charset: fix single-quoted identifiers. disallow wide or unicode identifiers
 2009-01-12 16:05 UTC 

[SCM] archer-tromey-python: * varobj.c (instantiate_pretty_printer): Use #if, not #ifdef
 2009-01-12 14:43 UTC 

[SCM] archer-tromey-charset: handle re-syncing correctly with wide characters
 2009-01-11 23:01 UTC 

[SCM] archer-jankratochvil-vla: Dropped as committed upstream:
 2009-01-11 16:19 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-01-10 23:36 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-01-10 23:26 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2009-01-10 23:26 UTC 

[SCM] master: gas/
 2009-01-10 23:19 UTC 

[SCM] archer-tromey-charset: Add type argument to print- and emit-char APIs
 2009-01-10  1:07 UTC 

[SCM] archer-jankratochvil-misc: Upstrem post:
 2009-01-09 21:49 UTC 

[SCM] archer-tromey-charset: implement %ls and %lc printf formats
 2009-01-09 18:04 UTC 

[SCM] archer-sergio-catch-syscall: Fixing a little bug regarding stale entrybp
 2009-01-09 15:47 UTC 

[SCM] archer-tromey-charset: merged
 2009-01-09  4:24 UTC 

[SCM] archer-tromey-charset: reverse-20080717-branchpoint-1260-g26af839
 2009-01-09  1:43 UTC 

[SCM] archer-sergio-catch-syscall: Build system, testcase and documentation
 2009-01-09  1:11 UTC 

[SCM] archer-tromey-python: * python/python-membuf.c (CHARBUFFERPROC_NAME): New define
 2009-01-08 23:14 UTC 

[SCM] archer-sergio-catch-syscall: Build system, testcase and documentation
 2009-01-08 16:13 UTC 

[SCM] archer-tromey-python: Merged from master; no regressions
 2009-01-08  3:02 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2009-01-07 23:30 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-01-07 23:30 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-01-07 23:23 UTC 

[SCM] archer-jankratochvil-vla: Fix DW_AT_data_location&co. for access through typedefs
 2009-01-07 23:23 UTC 

[SCM] archer-tromey-python: * python/python-membuf.c (buffer_procs): Add compatibility cast
 2009-01-07 22:06 UTC 

[SCM] archer-rmoseley-demo-merge: Jan's patch to fix error in archer-sergio-catch-syscall branch
 2009-01-07 19:44 UTC 

[SCM] archer-jankratochvil-vla: New test for DW_AT_data_location accessed through DW_TAG_typedef intermediate
 2009-01-07 16:21 UTC 

[SCM] archer-jankratochvil-misc: Revert "Testsuite: Fortran: 6.8 regression + gfortran updates"
 2009-01-07 12:40 UTC 

[SCM] master: 2009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
 2009-01-06 20:03 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-01-06 17:48 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-01-06 16:46 UTC 

[SCM] archer-jankratochvil-misc: Testsuite: Fortran: 6.8 regression + gfortran updates
 2009-01-06 16:46 UTC 

[SCM] master: * python/python-internal.h (Py_ssize_t): Define as int
 2009-01-05 23:25 UTC 

[SCM] archer-rmoseley-demo-merge: Left out test case for Phil's patch
 2009-01-05 23:03 UTC 

[SCM] archer-keiths-no-quotes: Remove printfs. Add cleanups for mallocs w/nonempty_typelist
 2009-01-05 21:12 UTC 

[SCM] master: * MAINTAINERS: Fix my e-mail address as steering committee member
 2009-01-05 19:49 UTC 

[SCM] archer-tromey-python: Remove unused variables in gdbpy_write_memory
 2008-12-29 22:52 UTC 

[SCM] archer-tromey-python: Add gdb.read_memory, gdb.write_memory and gdb.Membuf
 2008-12-29 19:23 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/master' into archer-jankratochvil-vla
 2008-12-28 16:26 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2008-12-28 16:15 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2008-12-28 16:15 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2008-12-28 15:46 UTC 

[SCM] master: Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS in
 2008-12-28 15:41 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2008-12-28 15:35 UTC 

[SCM] archer-jankratochvil-vla: Remove the "bt full" protection, to be maintained separately
 2008-12-28 15:35 UTC 

[SCM] master: daily update
 2008-12-28 14:21 UTC 

[SCM] archer-jankratochvil-vla: Drop new separate create_range_type_nfields() and unify the code on
 2008-12-26 22:24 UTC 

[SCM] archer-jankratochvil-vla: Fix a memory crash
 2008-12-24  1:20 UTC 

[SCM] archer-rmoseley-demo-merge: Merge branch 'archer-swagiaal-using-directive' of ssh://sources.redhat.com/git/archer into archer-rmoseley-demo-merge
 2008-12-23 15:36 UTC 

[SCM] archer-rmoseley-demo-merge: Commit some merge errors Tom found
 2008-12-23 14:01 UTC 

[SCM] archer-rmoseley-demo-merge: Fix completion_function parameters
 2008-12-22 21:10 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2008-12-22 18:33 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2008-12-22 18:33 UTC 

[SCM] archer-tromey-python: * python/python-internal.h (gdb_owned_value_to_value_object):
 2008-12-22 17:01 UTC 

[SCM] master: gdb
 2008-12-22 16:36 UTC 

[SCM] archer-jankratochvil-misc: Revert "Fix completion memory double-free"
 2008-12-22 13:26 UTC 

[SCM] archer-jankratochvil-misc: Revert "Fix hw watchpoints regression on i386/x86_64/ia64 #2"
 2008-12-21 15:15 UTC 

[SCM] archer-jankratochvil-misc: Fix completion memory double-free
 2008-12-20  0:53 UTC 

[SCM] archer-swagiaal-using-directive: Added fallback on linkage name
 2008-12-18 20:02 UTC 

[SCM] archer-tromey-python: Minor: C habits die hard
 2008-12-17 23:51 UTC 

[SCM] archer-tromey-python: 2008-12-17 Paul Pluzhnikov <ppluzhnikov@google.com>
 2008-12-17 23:49 UTC 

[SCM] archer-tromey-python: gdb
 2008-12-17 23:10 UTC 

[SCM] archer-swagiaal-using-directive: Worked around DW_AT_specification problem
 2008-12-16 20:42 UTC 

[SCM] archer-rmoseley-demo-merge: Merge branch 'archer-sergio-catch-syscall' of ssh://sources.redhat.com/git/archer into archer-rmoseley-demo-merge
 2008-12-16 20:42 UTC 

[SCM] archer-tromey-python: Merge branch 'archer-tromey-python' of ssh://sourceware.org/git/archer into python
 2008-12-16 17:54 UTC 

[SCM] archer-tromey-python: * python/python-frame.c (FRAPY_REQUIRE_VALID): Use error, not
 2008-12-16 17:25 UTC 

[SCM] archer-tromey-python: Add example of a Python convenience function
 2008-12-16 15:31 UTC 

[SCM] archer-tromey-python: Fix in_scope convenience function
 2008-12-16 14:31 UTC 

[SCM] archer-jankratochvil-type-refcount: merge cc40738cd87a1a27c9843fc1e53c7b69ff98b72b
 2008-12-16  4:40 UTC 

[SCM] archer-tromey-python: Fix GDBN references
 2008-12-16  1:28 UTC 

[SCM] archer-tromey-python: Allow compile against Python 2.4.5 configured --without-threads
 2008-12-16  0:31 UTC 

[SCM] archer-dje-dwarf-sig8: ODR signature moved to its own attribute
 2008-12-15 23:42 UTC 

[SCM] archer-tromey-python: * varobj.c (value_get_print_value): Use LA_PRINT_STRING for
 2008-12-15 23:35 UTC 

[SCM] archer-tromey-python: gdb
 2008-12-15 22:38 UTC 

[SCM] archer-tromey-python: * python/python.c (print_children): Wrap after ","
 2008-12-15 17:55 UTC 

[SCM] archer-tromey-python: * gdb.texinfo (Basic Python): Document gdb.breakpoints
 2008-12-15 16:42 UTC 

[SCM] archer-tromey-python: * python/python.c (print_children): Respect "set print arrays"
 2008-12-15 15:57 UTC 

[SCM] archer-tromey-python: Change gdb.Breakpoint to use attributes instead of methods
 2008-12-15 13:33 UTC 

[SCM] archer-jankratochvil-type-refcount: reverse-20080717-branchpoint-1086-g17ec07b
 2008-12-15  0:33 UTC 

[SCM] archer-jankratochvil-type-refcount: merge 5d5a30795cd5cafdbc99b11344de86ead535b776
 2008-12-15  0:33 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/master' into archer-jankratochvil-vla
 2008-12-14 23:51 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2008-12-14 23:51 UTC 

[SCM] archer-tromey-python: 2008-12-13 Jim Blandy <jimb@red-bean.com>
 2008-12-13 17:12 UTC 

[SCM] archer-tromey-python: gdb
 2008-12-13  0:37 UTC 

[SCM] archer-tromey-python: gdb
 2008-12-12 23:54 UTC 

[SCM] archer-rmoseley-demo-merge: Additional change for archer-tromey-delayed-symfile
 2008-12-12  1:37 UTC 

[SCM] archer-rmoseley-demo-merge: reverse-20080717-branchpoint-1190-ga6291e3
 2008-12-11 18:55 UTC 

[SCM] master: bfd/
 2008-12-10 19:11 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).