public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
[SCM] archer-jankratochvil-fedora12: reverse-20080717-branchpoint-2926-gef3203c
 2009-07-29 20:04 UTC 

[SCM] archer-jankratochvil-test0: reverse-20080717-branchpoint-3004-g5690c7e
 2009-07-29 19:54 UTC 

[SCM] master: * elf32-ppc.c (ppc_elf_check_relocs): Always set up sections used by indirect function support. Count dynamic relocs for ifunc syms. (ppc_elf_adjust_dynamic_symbol): Tweak for ifunc. (allocate_dynrelocs): Allocate all non-dynamic ifunc plt entries in iplt and their relocs in reliplt. Don't make ifunc syms dynamic. Allocate got entry relocs for non-dynamic ifunc in reliplt. Handle other dynamic relocs for ifunc. (ppc_elf_size_dynamic_sections): Alloc dyn relocs for static ifunc in reliplt, likewise relocs for got against local ifunc. Typo fix on reliplt size adjust. (ppc_elf_relocate_section): Don't use plt scheme of allocating relocs 1-1 with entries for iplt, instead just add using reloc_count. Write got relocs and dyn relocs for ifunc to reliplt. Error on invalid ifunc dyn relocs. (ppc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc plt in iplt/reliplt. * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_JMP_IREL, R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI, R_PPC64_REL16_HA. (ppc64_elf_reloc_type_lookup): Handle new relocs. (ppc64_elf_check_relocs): Likewise. Count dyn relocs for ifunc. (allocate_dynrelocs): As for elf32-ppc.c above. (ppc64_elf_size_dynamic_sections): Likewise. (ppc_build_one_stub): Put non-dynamic ifunc plt call stubs in iplt, and their relocs in reliplt. Use R_PPC64_JMP_IREL. (ppc_size_one_stub): Similarly. (ppc64_elf_relocate_section): As for elf32-ppc.c above. Handle new relocs too. (ppc64_elf_finish_dynamic_symbol): As for elf32-ppc.c above
 2009-07-29 19:43 UTC 

[SCM] archer-tromey-call-frame-cfa: Merge branch 'master' of git://sourceware.org/git/gdb into archer-tromey-call-frame-cfa
 2009-07-29 19:34 UTC 

[SCM] archer-jankratochvil-test0: reverse-20080717-branchpoint-3004-g5690c7e
 2009-07-29 18:31 UTC 

[SCM] gsoc-kayral-python: reverse-20080717-branchpoint-3271-g97a2b24
 2009-07-29 10:37 UTC 

[SCM] archer-tromey-python: Fix a couple test suite regressions from the last merge
 2009-07-28 21:54 UTC 

[SCM] archer-swagiaal-upstream: Sepereate namespace and import lookups
 2009-07-27 14:55 UTC 

[SCM] archer-swagiaal-upstream: Merge commit 'gdb/master' into archer-swagiaal-upstream
 2009-07-27 14:38 UTC 

[SCM] archer-keiths-expr-cumulative: Merge branch 'master' into remote-archer-keiths-expr-cumulative
 2009-07-24 23:33 UTC 

[SCM] archer-pmuldoon-next-over-throw: add test case for throw from signal handler
 2009-07-24  2:10 UTC 

[SCM] master: * config/obj-elf.c (obj_elf_type): Add code to support a type of gnu_unique_object. * doc/as.texinfo: Document new feature of .type directive. * NEWS: Mention support for gnu_unique_object symbol type
 2009-07-23 15:39 UTC 

[SCM] archer-tromey-call-frame-cfa: Check frame base before computing CFA
 2009-07-22 23:13 UTC 

[SCM] archer-tromey-call-frame-cfa: Merge branch 'master' into archer-tromey-call-frame-cfa
 2009-07-22 21:04 UTC 

[SCM] archer-keiths-expr-cumulative: Merge branch 'remote-archer-keiths-linkage_name-redux' into my-archer-keiths-expr-cumulative
 2009-07-21 21:33 UTC 

[SCM] archer-pmuldoon-next-over-throw: Merged from master
 2009-07-21 20:23 UTC 

[SCM] archer-tromey-delayed-symfile: Merged from master
 2009-07-21  1:48 UTC 

[SCM] archer-keiths-linkage_name-redux: * c-exp.y: Add C++ operators. (operator_stoken): New function. (ident_tokens): Add NEW, DELETE, and OPERATOR. (c_lex): Don't check for operators here, let the parser deal with it. * cp-support.c (operator_tokens): Add missing operators ",", "->*", "->", and "||". * gnu-v3-abi.c (gnuv3_print_method_ptr): If a non-virtual method ptr is found, print out its type
 2009-07-20 22:25 UTC 

[SCM] archer-tromey-dw-op-value: Merged from master
 2009-07-20 19:06 UTC 

[SCM] archer-tromey-python: Merged from master
 2009-07-20 18:53 UTC 

[SCM] master: * solib.c (solib_bfd_open): Do not call ops->bfd_open. (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open. * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member. * solib-irix.c (_initialize_irix_solib): Likewise. * solib-null.c (_initialize_null_solib): Likewise. * solib-osf.c (_initialize_osf_solib): Likewise. * solib-pa64.c (_initialize_pa64_solib): Likewise. * solib-som.c (_initialize_som_solib): Likewise. * solib-sunos.c (_initialize_sunos_solib): Likewise. * solib-svr4.c (_initialize_svr4_solib): Likewise. * solib-target.c (_initialize_solib_target): Likewise
 2009-07-17 20:36 UTC 

[SCM] archer-tromey-python: gdb * mi/mi-cmds.c (mi_cmds): Add enable-pretty-printing. * mi/mi-cmd-var.c (mi_cmd_enable_pretty_printing): New function. * varobj.c (pretty_printing): New global. (varobj_enable_pretty_printing): New function. (install_default_visualizer): Use new global. gdb/doc * gdb.texinfo (GDB/MI Variable Objects): Document -enable-pretty-printing. gdb/testsuite * gdb.python/python-mi.exp: Send -enable-pretty-printing
 2009-07-13 21:07 UTC 

[SCM] archer-tromey-python: gdb * varobj.c (update_dynamic_varobj_children): Fetch one extra child. * mi/mi-cmds.h (mi_cmd_var_set_child_range): Remove. * mi/mi-cmds.c (mi_cmds): Remove var-set-child-range. * mi/mi-cmd-var.c (mi_cmd_var_set_child_range): Remove. (mi_cmd_var_list_children): Accept 'from' and 'to' arguments. Emit 'has_more' attribute. (varobj_update_one): Emit 'has_more' attribute. gdb/doc * gdb.texinfo (GDB/MI Variable Objects) <-var-list-children>: Mention from and to arguments, has_more attribute. <-var-set-child-range>: Remove. gdb/testsuite * gdb.mi/mi-var-display.exp: Update. * gdb.mi/mi2-var-display.exp: Update. * gdb.mi/gdb701.exp: Update. * lib/mi-support.exp (mi_varobj_update_dynamic): Handle "has_more". (mi_list_varobj_children): Update. (mi_list_varobj_children_range): Add 'from' and 'to' parameters. * gdb.python/python-mi.exp: Update for changes to -var-list-children
 2009-07-10 18:46 UTC 

[SCM] archer-tromey-python: lazily fetch varobj children
 2009-07-09 16:25 UTC 

[SCM] archer-tromey-python: fix python/varobj regressions
 2009-07-09 14:57 UTC 

[SCM] master: 2009-07-07 Sami Wagiaalla <swagiaal@redhat.com>
 2009-07-07 18:07 UTC 

[SCM] archer-tromey-python: 'upto' commands
 2009-07-07 16:19 UTC 

[SCM] archer-tromey-python: add is_base_class to gdb.Type.Fields
 2009-07-06 19:21 UTC 

[SCM] archer-jankratochvil-fedora-merge: cherry-pick: Fix VLA crash regression on constant DW_AT_data_member_location
 2009-07-06 14:55 UTC 

[SCM] archer-jankratochvil-vla: Fix VLA crash regression on constant DW_AT_data_member_location
 2009-07-06 14:49 UTC 

[SCM] archer-tromey-dw-op-value: fix compiler warnings
 2009-07-03 15:47 UTC 

[SCM] archer-tromey-python: Fix bug when saving breakpoints
 2009-07-02 22:38 UTC 

[SCM] archer-tromey-python: Fixed merge problems in ChangeLog files
 2009-07-02 22:35 UTC 

[SCM] archer-tromey-python: Merged from trunk. Disabled type reference counting for now
 2009-07-02 22:27 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge branch 'master' of git://sourceware.org/git/gdb into archer-jankratochvil-type-refcount
 2009-07-01 17:22 UTC 

[SCM] master: * bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER, BFD_HAVE_SYS_STAT_TYPE_MEMBER): New config functions. * bfd/configure.in: Use them. * bfd/configure: Regenerate. * bfd/config.in: Regnerate. * bfd/vmsutil.c: Include sysdep.h, remove ansidecl.h. #define _BSD_SOURCE. Add comments. (vms_file_stats_name): Calculate creation date based on available runtime data. Return 1 for version instead of 0
 2009-07-01 15:58 UTC 

[SCM] archer-tromey-python: Add missing close paren
 2009-07-01 15:56 UTC 

[SCM] archer-tromey-python: Fix python regressions
 2009-06-29 23:43 UTC 

[SCM] master: gdb/testsuite/ * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New
 2009-06-29 20:05 UTC 

[SCM] archer-jankratochvil-python: Merge commit 'origin/archer-tromey-python' into archer-jankratochvil-python
 2009-06-26 13:51 UTC 

[SCM] archer-tromey-python: Handle null-strings in pretty-printers
 2009-06-25 15:04 UTC 

[SCM] master: * valops.c (value_one): Reimplement broken decimal-float case
 2009-06-24 19:46 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge branch 'master' of git://sourceware.org/git/gdb into archer-jankratochvil-type-refcount
 2009-06-23 19:30 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge branch 'master' of git://sourceware.org/git/gdb into archer-jankratochvil-type-refcount
 2009-06-23 13:22 UTC 

[SCM] archer-tromey-python: Implement value reference counting
 2009-06-22 19:16 UTC 

[SCM] master: (committed as obvious) 2009-06-22 Tristan Gingold <gingold@adacore.com>
 2009-06-22  8:54 UTC 

[SCM] master: 2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
 2009-06-20 20:34 UTC 

[SCM] archer-tromey-dw-op-value: initial implementation
 2009-06-19 20:25 UTC 

[SCM] archer-tromey-dw-op-value: reverse-20080717-branchpoint-2628-g6023ec1
 2009-06-19 20:18 UTC 

[SCM] master: * gdbarch.sh (pointer_to_address): Change to type 'm'. (address_to_pointer): Likewise. * gdbarch.c, gdbarch.h: Regenerate
 2009-06-17 20:38 UTC 

[SCM] archer-jankratochvil-fedora-merge: Remove the branch [archer-pmuldoon-exception-rewind-master]
 2009-06-16 14:32 UTC 

[SCM] archer-jankratochvil-fedora-merge: cherry-pick: Fix dereferencing unbound C arrays (RHBZ#505163)
 2009-06-16 12:58 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Add further changes from gdb-patches review. Synch branch to gdb head state. Close branch
 2009-06-15 12:49 UTC 

[SCM] archer-jankratochvil-vla: Merge branch 'archer-jankratochvil-type-refcount' of ssh://sourceware.org/git/archer into archer-jankratochvil-vla
 2009-06-14 14:56 UTC 

[SCM] archer-jankratochvil-type-refcount: Implement Types GC marker for Python Types
 2009-06-14 14:54 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-06-13  9:57 UTC 

[SCM] archer-jankratochvil-type-refcount: Fix compiliaton error of the python support
 2009-06-13  9:56 UTC 

[SCM] archer-jankratochvil-vla: Merge branch 'archer-jankratochvil-type-refcount' of ssh://sourceware.org/git/archer into archer-jankratochvil-vla
 2009-06-12 23:41 UTC 

[SCM] archer-jankratochvil-vla: Merge with archer-jankratochvil-type-refcount
 2009-06-12 23:35 UTC 

[SCM] archer-jankratochvil-type-refcount: Fix copy_type_recursive_1 internal_error wrt discardable types
 2009-06-12 23:31 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-06-12 22:31 UTC 

[SCM] master: * exec.h (section_table_xfer_memory_partial): Improve description, mention SECTION_NAME. * exec.c (section_table_xfer_memory_partial): Remove stale description
 2009-06-12 22:30 UTC 

[SCM] archer-jankratochvil-type-refcount: Remove type_group as excessive for mark-and-sweep GC
 2009-06-12 22:26 UTC 

[SCM] archer-pmuldoon-next-over-throw: rewrite to use frame_id comparisons
 2009-06-12 20:14 UTC 

[SCM] archer-tromey-call-frame-cfa: initial implementation
 2009-06-11 16:44 UTC 

[SCM] archer-tromey-call-frame-cfa: reverse-20080717-branchpoint-2533-g05bd28a
 2009-06-11 16:04 UTC 

[SCM] archer-jankratochvil-vla: Fix dereferencing unbound C arrays (RHBZ#505163)
 2009-06-10 22:21 UTC 

[SCM] archer-jankratochvil-type-refcount: Fix compilation on the FSF GDB HEAD merge
 2009-06-09 22:27 UTC 

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

[SCM] master: * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp, gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp, gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp, gdb.server/ext-run.exp, gdb.server/file-transfer.exp, gdb.server/server-mon.exp, gdb.server/server-run.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/deltrace.exp, gdb.trace/infotrace.exp, gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp, gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Use a unique name for the compiled executable
 2009-06-09 21:44 UTC 

[SCM] archer-jankratochvil-fedora-merge: rh504356: Fix "some Python error when displaying some C++ objects"
 2009-06-08 22:27 UTC 

[SCM] archer-jankratochvil-fedora-merge: Fixup the merge with [archer-jankratochvil-fortran-module]
 2009-06-08 22:19 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Add Eli's patch changes
 2009-06-08 21:33 UTC 

[SCM] archer-keiths-linkage_name-redux: * c-exp.y (qualified_name): Resolve typedefs before
 2009-06-08 20:47 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Fix a the premature clean-up of the terminate breakpoint
 2009-06-08 13:08 UTC 

[SCM] archer-keiths-realcpp-test: More fixes
 2009-06-03 19:48 UTC 

[SCM] archer-keiths-realcpp-test: Update realcpp.exp and realcpp.cc for lots of problems (incorrect tests mostly);
 2009-06-03  0:00 UTC 

[SCM] archer-keiths-linkage_name-redux: * dwarf2read.c (sturct partial_die_info): Remove linkage_name
 2009-06-01 20:12 UTC 

[SCM] archer-pmuldoon-next-over-throw: update comments
 2009-06-01 15:30 UTC 

[SCM] archer-pmuldoon-next-over-throw: removed unused local variables
 2009-05-29 23:11 UTC 

[SCM] archer-pmuldoon-next-over-throw: Clean up exception code for submission
 2009-05-29 20:40 UTC 

[SCM] archer-jankratochvil-fortran-module: Merge commit 'origin/master' into archer-jankratochvil-fortran-module
 2009-05-29 14:28 UTC 

[SCM] master: merge from gcc
 2009-05-29  6:17 UTC 

[SCM] archer-tromey-python: Remove libstdc++ pretty-printers
 2009-05-28 17:29 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Fix typo
 2009-05-28 16:08 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Implement changes/comment from Joel Brobecker patch review
 2009-05-28 15:30 UTC 

[SCM] archer-pmuldoon-next-over-throw: Remove unneeded files
 2009-05-27 23:29 UTC 

[SCM] archer-keiths-linkage_name-redux: Merge branch 'my-archer-keiths-expr-cumulative' into my-archer-keiths-linkage_name-redux
 2009-05-27 14:35 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Fix trailing spaces, and spaces before tabs
 2009-05-27 12:19 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Commit pre-gdb patch submission clean-ups
 2009-05-27 11:53 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Merge commit 'origin' into archer-pmuldoon-exception-rewind-master
 2009-05-27 11:37 UTC 

[SCM] archer-keiths-expr-cumulative: * gdb.cp/expand-sals.exp: Constructor names are fully qualified
 2009-05-26 21:02 UTC 

[SCM] master: Update Indonesian translations
 2009-05-26 19:28 UTC 

[SCM] master: 2009-05-25 Tristan Gingold <gingold@adacore.com>
 2009-05-25 17:23 UTC 

[SCM] master: * inflow.c (copy_terminal_info): Deep copy `run_terminal'
 2009-05-24 21:39 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-05-24 17:07 UTC 

[SCM] archer-jankratochvil-type-refcount: Execute forgotten breakpoint_types_mark_used()
 2009-05-24 17:07 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-05-23 21:49 UTC 

[SCM] archer-jankratochvil-type-refcount: Implement the mark-and-sweep GC, drop {type_incref,type_decref}
 2009-05-23 21:48 UTC 

[SCM] master: gdb/
 2009-05-23 17:03 UTC 

[SCM] master: * README (`configure' options): Document GDB-specific options to
 2009-05-23 15:15 UTC 

[SCM] archer-keiths-linkage_name-redux: reverse-20080717-branchpoint-1937-ge8b9d38
 2009-05-22 19:54 UTC 

[SCM] master: gdb/
 2009-05-21 13:07 UTC 

[SCM] archer-pmuldoon-next-over-throw: gdb
 2009-05-20 19:02 UTC 

[SCM] archer-swagiaal-upstream: reverse-20080717-branchpoint-2358-gcd68314
 2009-05-19 18:16 UTC 

[SCM] origin: reverse-20080717-branchpoint-2358-gcd68314
 2009-05-19 18:16 UTC 

[SCM] master: gdb/
 2009-05-19 14:53 UTC 

[SCM] master: * inflow.c (kill_command): Moved to infcmd.c
 2009-05-19 14:02 UTC 

[SCM] archer-tromey-python: Rework from comments to testcases cleanup patch
 2009-05-18  4:44 UTC 

[SCM] master: gdb/
 2009-05-17 20:33 UTC 

[SCM] archer-jankratochvil-fedora-merge: cherry-pick: Fix parsing DW_AT_const_value using DW_FORM_string
 2009-05-15 21:49 UTC 

[SCM] archer-jankratochvil-misc: Fix parsing DW_AT_const_value using DW_FORM_string
 2009-05-15 21:49 UTC 

[SCM] archer-jankratochvil-fedora-merge: cherry-pick: Ignore explicit die representing global scope '::' (gcc 4.1 bug)
 2009-05-15 19:58 UTC 

[SCM] archer-swagiaal-using-directive: Ignore explicit die representing global scope '::' (gcc 4.1 bug)
 2009-05-15 18:53 UTC 

[SCM] archer-swagiaal-using-directive: Ignore explicit die representing global scope '::' (gcc 4.1 bug)
 2009-05-14 20:29 UTC 

[SCM] archer-jankratochvil-misc: Fix crashes due to (missing) varobj revalidation, for VLA [2/2]
 2009-05-11 21:46 UTC 

[SCM] archer-jankratochvil-vla: New testcase for DWARF stride not divisible by element size
 2009-05-11 18:39 UTC 

[SCM] archer-jankratochvil-fedora-merge: cherry-pick: Fix library-module.exp to run outside of the source tree
 2009-05-10 17:51 UTC 

[SCM] archer-jankratochvil-fortran-module: Fix library-module.exp to run outside of the source tree
 2009-05-10 16:49 UTC 

[SCM] archer-jankratochvil-stork: reverse-20080717-branchpoint-2272-g3be2de5
 2009-05-09 15:15 UTC 

[SCM] master: * ppc-linux-nat.c (have_ptrace_getsetregs): New variable
 2009-05-09 12:42 UTC 

[SCM] archer-jankratochvil-fortran-module: Make f_lookup_symbol_nonlocal static
 2009-05-06 22:22 UTC 

[SCM] archer-jankratochvil-fortran-module: Initial overall FSF ChangeLog commit message
 2009-05-05 22:56 UTC 

[SCM] archer-jankratochvil-fortran-module: +comments
 2009-05-05 22:26 UTC 

[SCM] archer-jankratochvil-fortran-module: Fix library-module.exp - fix RH Bug 497567
 2009-05-05 16:43 UTC 

[SCM] archer-jankratochvil-fortran-module: reverse-20080717-branchpoint-2238-g3ba6611
 2009-05-04 18:13 UTC 

[SCM] archer-jankratochvil-misc: Fixup the Fortran common blocks support to not to break Fortran modules
 2009-05-04 18:11 UTC 

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

[SCM] master: *** empty log message ***
 2009-05-03 13:07 UTC 

[SCM] archer-jankratochvil-vla: Fix one gdb.fortran/dynamic.exp FAIL for some arches (like ia64)
 2009-04-30 18:25 UTC 

[SCM] archer-swagiaal-using-directive: Recommit: Added support for ADL function lookup. Patch 2
 2009-04-29 15:53 UTC 

[SCM] archer-pmuldoon-exception-rewind-master: Merge branch 'master' into archer-pmuldoon-exception-rewind-master
 2009-04-23 13:29 UTC 

[SCM] archer-keiths-expr-cumulative: Test for recursive imports
 2009-04-21 18:20 UTC 

[SCM] archer-keiths-expr-cumulative: Test nested namespace import statements
 2009-04-21 18:11 UTC 

[SCM] archer-keiths-expr-cumulative: Test absolute name printing of namespace members
 2009-04-21 16:07 UTC 

[SCM] archer-keiths-expr-cumulative: Fixed shadowing problems
 2009-04-21 15:09 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-04-19 17:07 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-04-19 17:07 UTC 

[SCM] archer-tromey-python: Cleanup python.exp too
 2009-04-19 15:24 UTC 

[SCM] archer-tromey-python: Consolidade Python test functions in lib/gdb.exp
 2009-04-18 22:21 UTC 

[SCM] master: 2009-04-17 Christophe Lyon <christophe.lyon@st.com>
 2009-04-17 14:07 UTC 

[SCM] archer-tromey-python: Added an optional length parameter to value.string(). Update native C code to enable this
 2009-04-16 21:14 UTC 

[SCM] archer-swagiaal-using-directive: Fixed shadowing problems
 2009-04-16 20:12 UTC 

[SCM] archer-tromey-python: Testcase for a crash in c_get_string
 2009-04-15 11:58 UTC 

[SCM] master: daily update
 2009-04-15 11:52 UTC 

[SCM] archer-tromey-python: Move memory manipulation functions to the Inferior class
 2009-04-15  2:19 UTC 

[SCM] master: ARI fix: sprintf rule
 2009-04-14 22:10 UTC 

[SCM] master: * gdbint.texinfo: Change server name from sources.redhat.com to
 2009-04-14 19:45 UTC 

[SCM] archer-jankratochvil-fedora-merge: * python/python-frame.c (frapy_richcompare): Return
 2009-04-13 21:21 UTC 

[SCM] archer-jankratochvil-fedora-merge: Revert "cherry-pick: Corrected search sequence, and added test."
 2009-04-13 20:31 UTC 

[SCM] archer-tromey-python: * python/python-frame.c (frapy_richcompare): Return
 2009-04-13 20:02 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-04-13 12:45 UTC 

[SCM] archer-jankratochvil-type-refcount: This patch brings no new functionality. It could be enabled only during some
 2009-04-13 12:44 UTC 

[SCM] archer-jankratochvil-vla: Fix a testcase regression due to FSF GDB charset branch check-in
 2009-04-11 10:13 UTC 

[SCM] archer-jankratochvil-misc: Merge commit 'origin/master' into archer-jankratochvil-misc
 2009-04-11 10:13 UTC 

[SCM] archer-jankratochvil-type-refcount: LATER-copy_type_recursive
 2009-04-11 10:13 UTC 

[SCM] master: gdb/
 2009-04-10 16:52 UTC 

[SCM] master: * gdbtypes.c: Remove excessive parentheses at the return keywords
 2009-04-10  9:33 UTC 

[SCM] master: daily update
 2009-04-09 16:27 UTC 

[SCM] archer-tromey-python: * python/python-type.c (pyty_codes): Remove TYPE_CODE_TEMPLATE and
 2009-04-08 18:45 UTC 

[SCM] archer-tromey-python: * gdb.texinfo (Types In Python): Updates
 2009-04-08  1:09 UTC 

[SCM] archer-tromey-python: * python/python-symbol.c (gdbpy_initialize_symbols): Don't set
 2009-04-07 20:32 UTC 

[SCM] archer-tromey-python: gdb
 2009-04-07 20:28 UTC 

[SCM] archer-tromey-python: * python/python-membuf.c (gdbpy_read_memory): Initialize
 2009-04-06 23:41 UTC 

[SCM] archer: Merge commit 'origin/archer-keiths-expr-cumulative' into archer
 2009-04-06 21:30 UTC 

[SCM] master: 2009-04-06 H.J. Lu <hongjiu.lu@intel.com>
 2009-04-06 21:27 UTC 

[SCM] archer-keiths-expr-cumulative: Merge branch 'archer-keiths-expr-cumulative' of ssh://sourceware.org/git/archer into remote-archer-keiths-expr-cumulative
 2009-04-06 21:22 UTC 

[SCM] archer-jankratochvil-fedora-merge: ppc: Do not choose a default dialect due to -many/-Many
 2009-04-05 21:03 UTC 

[SCM] master: 2009-04-05 Kai Tietz <kai.tietz@onevision.com>
 2009-04-05 19:41 UTC 

[SCM] archer-jankratochvil-fedora-merge: Use Python pretty-printers if possible to print base classes inside a derived class, when using GDB's internal C++ printer
 2009-04-05 19:17 UTC 

[SCM] archer: Merge commit 'origin/archer-tromey-python' into archer
 2009-04-05 19:17 UTC 

[SCM] archer-tromey-python: Use Python pretty-printers if possible to print base classes inside a derived class, when using GDB's internal C++ printer
 2009-04-02 17:02 UTC 

[SCM] archer-tromey-python: Fix memory allocation bug in gdbpy_read_memory
 2009-04-01 18:39 UTC 

[SCM] archer-tromey-python: * python/python-objfile.c (clean_up_objfile): Acquire and release
 2009-04-01  0:22 UTC 

[SCM] archer-swagiaal-using-directive: Added test for variable shadowing
 2009-03-31 16:30 UTC 

[SCM] archer-tromey-python: Have read_memory and write_memory properly read addresses from Python
 2009-03-30 21:25 UTC 

[SCM] archer-keiths-expr-cumulative: Revert "Corrected search sequence, and added test."
 2009-03-30 20:29 UTC 

[SCM] archer: Merge commit 'origin/archer-jankratochvil-python' into archer
 2009-03-30 19:06 UTC 

[SCM] archer-jankratochvil-python: Merge fix by Tom Tromey: gdb.texinfo compilation error
 2009-03-30 19:06 UTC 

[SCM] master: gas/testsuite:
 2009-03-30 17:58 UTC 

[SCM] archer-swagiaal-using-directive: Corrected search sequence, and added test
 2009-03-30 17:22 UTC 

[SCM] archer: Merge commit 'origin/archer-jankratochvil-misc' into archer
 2009-03-30 17:22 UTC 

[SCM] archer-jankratochvil-python: Merge commit 'origin/archer-tromey-python' into archer-jankratochvil-python
 2009-03-30 17:22 UTC 

[SCM] archer-jankratochvil-misc: Fix C `extern' shadowing in a local block
 2009-03-30 17:20 UTC 

[SCM] archer-jankratochvil-fedora-merge: Fix C `extern' shadowing in a local block
 2009-03-30 17:20 UTC 

[SCM] archer-jankratochvil-fedora-merge: Removed const from return type of dwarf2_read_decl_line
 2009-03-30 15:30 UTC 

[SCM] archer-tromey-python: Use tp_richcompare instead of Frame.equals to compare frames
 2009-03-30  4:23 UTC 

[SCM] archer-jankratochvil-python: Merge commit 'origin/archer-tromey-python' into archer-jankratochvil-python
 2009-03-29 22:42 UTC 

[SCM] archer: Merge commit 'origin/archer-jankratochvil-python' into archer
 2009-03-29 22:42 UTC 

[SCM] archer-tromey-python: Replace gdb.Frame.addr_in_block with gdb.Frame.function
 2009-03-29 21:36 UTC 

[SCM] archer-tromey-python: Remove unused value_object attribute `owned_by_gdb'
 2009-03-29 20:58 UTC 

[SCM] archer-tromey-python: Change gdb.Value.address from a method to an attribute
 2009-03-28 21:21 UTC 

[SCM] archer-tromey-python: gdb/testsuite
 2009-03-27 17:13 UTC 

[SCM] archer-jankratochvil-fedora-stable: reverse-20080717-branchpoint-1725-g852c0e0
 2009-03-27 13:46 UTC 

[SCM] archer-jankratochvil-fedora: reverse-20080717-branchpoint-1705-gc2972ff
 2009-03-27 13:44 UTC 

[SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla
 2009-03-27 13:42 UTC 

[SCM] archer: Merge commit 'origin/archer-jankratochvil-vla' into archer
 2009-03-27 13:42 UTC 

[SCM] archer-jankratochvil-python: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-python
 2009-03-27 13:42 UTC 

[SCM] archer-jankratochvil-type-refcount: Merge commit 'origin/master' into archer-jankratochvil-type-refcount
 2009-03-27 13:26 UTC 

[SCM] archer-jankratochvil-fedora-merge: Remove any local branch ChangeLog changes
 2009-03-27  8:45 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).