public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
[SCM] archer-pmuldoon-python-backtrace: Fix MI printing structs on MI_SIMPLE_VALUES. Correctly strip the typedef
2012-09-07 13:38 UTC
[SCM] archer-pmuldoon-python-backtrace: Account for set print frame-arguments none. Fix several bugs relating to printing frame variables
2012-09-05 15:56 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-09-04 12:17 UTC
[SCM] archer-pmuldoon-python-backtrace: Remove newline, and bad indent
2012-09-04 12:16 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-09-04 12:13 UTC
[SCM] archer-pmuldoon-python-backtrace: Finish documentation on code comments. Rewrite several functions arguments to carry around less parameters, and re-order some. Use the helper functions in several cases where code was duplicated
2012-09-03 15:36 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-08-30 16:58 UTC
[SCM] archer-pmuldoon-python-backtrace: Fix several exception handling cases, remove unecessary arguments and add a substantial amount of comments
2012-08-30 16:57 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-08-23 14:56 UTC
[SCM] archer-pmuldoon-python-backtrace: Add support for entry arguments and initial support for -stack-list-arguments
2012-08-23 14:53 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-08-14 16:08 UTC
[SCM] archer-pmuldoon-python-backtrace: Add initial support for -stack-list-variables. Rewrite locals and argument aquisition and prining to account for the combined nature of -stack-list-variables
2012-08-14 15:38 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-08-09 17:02 UTC
[SCM] archer-pmuldoon-python-backtrace: Add -stack-list-locals, add a lot of MI test cases. Fix several locals bugs
2012-08-09 16:59 UTC
[SCM] archer-jankratochvil-watchpoint3: Merge remote-tracking branch 'gdb/master' into archer-jankratochvil-watchpoint3
2012-08-03 15:12 UTC
[SCM] archer-pmuldoon-python-backtrace: Add more -stack-list-arguments test. Fix a range bug
2012-08-02 8:58 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-08-01 17:00 UTC
[SCM] archer-pmuldoon-python-backtrace: Add -stack-list-arguments support. Add some tests for MI. Rewrite py_print_frame to cope with frame/args/local request differences between MI and CLI
2012-08-01 16:58 UTC
[SCM] archer-jankratochvil-fedora18: Merge remote-tracking branch 'gdb/gdb_7_5-branch' into archer-jankratochvil-fedora18
2012-08-01 16:32 UTC
[SCM] archer-jankratochvil-vla: Merge commit 'bcbd703c1a68b9ef4e39bef4e39e232534bd03cf' into archer-jankratochvil-vla
2012-08-01 15:00 UTC
[SCM] archer-tromey-python: Merge commit 'bcbd703c1a68b9ef4e39bef4e39e232534bd03cf' into archer-tromey-python
2012-08-01 14:59 UTC
[SCM] archer-jankratochvil-vla: Merge commit 'e7d508eaeccfcb3172a27d34a4afe9c1dae31d17' into archer-jankratochvil-vla
2012-07-30 3:40 UTC
[SCM] archer-pmuldoon-python-backtrace: Fix some reference counting bugs. Remove FrameIterator and frame.locals, frame.args test (not longer provided in gdb.Frame)
2012-07-25 14:09 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-07-23 19:41 UTC
[SCM] archer-pmuldoon-python-backtrace: Do not use a tuple for args/var, specifiy and object and an interface instead
2012-07-23 19:38 UTC
[SCM] archer-pmuldoon-python-backtrace: Remove whitespace
2012-07-23 9:43 UTC
[SCM] archer-pmuldoon-python-backtrace: Add MI support
2012-07-20 13:33 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-07-19 12:40 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-07-18 14:22 UTC
[SCM] archer-pmuldoon-python-backtrace: Use python to process frame args and frame locals. Add constants for apply_frame_filter return status. Use simpler elide testcase
2012-07-18 13:27 UTC
[SCM] archer-jankratochvil-fedora18: Merge remote-tracking branch 'dwz/localmerge' into archer-jankratochvil-fedora18
2012-07-14 21:20 UTC
[SCM] archer-tromey-dwz-multifile-rebase: Revert "."
2012-07-14 21:16 UTC
[SCM] archer-tromey-dwz-multifile-rebase:
2012-07-14 21:13 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-07-11 14:21 UTC
[SCM] archer-pmuldoon-python-backtrace: Elide now returns an iterator. Default values for fields are not populated, but left blank. Elided frames are called recursivley from the eliding frame. Rewrite tests. Do not allow dummy synthetic frames without a backing (borrowed) architecture. Add BaseFrameWrapper, and split up FrameWrapper into BaseWrapper. FrameWrapper is not a documented reference interface
2012-07-11 14:18 UTC
[SCM] archer-jankratochvil-fedora18: Merge remote-tracking branch 'archer/archer-tromey-dwz-multifile-rebase' into archer-jankratochvil-fedora18
2012-07-06 17:01 UTC
[SCM] archer-tromey-dwz-multifile-rebase: fix another thinko in binary search
2012-07-06 16:58 UTC
[SCM] archer-jankratochvil-fedora18: Merge remote-tracking branch 'archer/archer-tromey-dwz-multifile-rebase' into archer-jankratochvil-fedora18
2012-07-03 15:29 UTC
[SCM] archer-tromey-python: Merge remote-tracking branch 'gdbclean/master' into archer-tromey-python
2012-07-03 15:26 UTC
[SCM] archer-jankratochvil-vla: Merge remote-tracking branch 'gdbclean/master' into archer-jankratochvil-vla
2012-07-03 15:24 UTC
[SCM] archer-tromey-dwz-multifile-rebase: reverse-20080717-branchpoint-12079-ge7da6d4
2012-06-29 19:08 UTC
[SCM] archer-pmuldoon-python-backtrace: Remove C based Frame Iterator. Use Python one instead
2012-06-26 10:56 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-06-25 17:43 UTC
[SCM] archer-pmuldoon-python-backtrace: Use a Primordial filter if a gdb.Frame is left unwrapped. Pass through values of wrapped filters that are also wrapped by another filter
2012-06-25 17:41 UTC
[SCM] archer-pmuldoon-python-backtrace: Add auto-loading tests. Fix RAW option to backtrace. Add error checks for a lot of invocation/module loading code
2012-06-22 14:27 UTC
[SCM] archer-pmuldoon-python-backtrace: Use python FrameIterator. Remove list lookup references. Write invoke method in Python. Add testsuite changes to include insertion of a dummy frame
2012-06-21 19:25 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-06-21 11:12 UTC
[SCM] archer-pmuldoon-python-backtrace: Add sort and invoke Python commands. Use a dictionary instead of a list of frame filters. Document python commands in comments
2012-06-21 11:11 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-06-14 10:27 UTC
[SCM] archer-pmuldoon-python-backtrace: Remove upto.py
2012-06-14 10:26 UTC
[SCM] archer-pmuldoon-python-backtrace: Add Python Frame-like iterator
2012-06-14 10:24 UTC
[SCM] archer-pmuldoon-python-backtrace: Undo accidental file deletion
2012-06-13 19:17 UTC
[SCM] archer-pmuldoon-python-backtrace: Add frame filter management classes, and FrameFilter base class
2012-06-13 14:22 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-06-13 13:52 UTC
[SCM] archer-tromey-dwz-multifile: remove -i default from cc-with-tweaks
2012-06-11 18:58 UTC
[SCM] archer-keiths-explicit-linespecs: reverse-20080717-branchpoint-11886-gfa2e7a3
2012-06-10 19:29 UTC
[SCM] archer-tromey-dwz-multifile: make dw2_get_file_names_reader return NULL for partial units
2012-06-07 19:51 UTC
[SCM] archer-tromey-dwz-multifile: fix latent bug in dw2_find_symbol_file
2012-06-07 14:58 UTC
[SCM] archer-tromey-dwz-multifile: the dwz file can contain a .debug_line section
2012-06-07 14:06 UTC
[SCM] archer-sergiodj-cpp-template-lookup: reverse-20080717-branchpoint-11746-ga3b0f75
2012-06-07 2:51 UTC
[SCM] archer-sergiodj-cpp-template-lookup: reverse-20080717-branchpoint-11872-ga1e7b78
2012-06-07 2:51 UTC
[SCM] archer-tromey-dwz-multifile: maybe rewrite an attribute's form when reading
2012-06-06 21:03 UTC
[SCM] archer-tromey-dwz-multifile: fix binary search thinko
2012-06-06 19:09 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-06-06 10:42 UTC
[SCM] archer-tromey-dwz-multifile: read the .gdb_index section in the .dwz file and use it
2012-06-05 18:19 UTC
[SCM] archer-tromey-dwz-multifile: make gdb index work with dwz -m this implementation bumps the gdb index version number it would be possible to do it without a version bump, but perhaps only at some startup expense
2012-06-05 15:28 UTC
[SCM] archer-tromey-dwz-multifile: update .gnu_debugaltlink interpretation to follow dwz this handles dwz's new -r and -M options this change also adds a missing call to do_cleanups
2012-06-04 17:21 UTC
[SCM] archer-jankratochvil-fedora18: reverse-20080717-branchpoint-13047-gd102132
2012-06-02 16:08 UTC
[SCM] archer-tromey-python: Merge remote-tracking branch 'gdb/master' into archer-tromey-python
2012-06-02 16:02 UTC
[SCM] archer-jankratochvil-vla: Merge remote-tracking branch 'gdb/master' into archer-jankratochvil-vla
2012-06-02 15:25 UTC
[SCM] archer-tromey-dwz-multifile: replace cc-with-{dwz,index} with cc-with-tweaks this allows running with the index or dwz or both
2012-06-01 20:06 UTC
[SCM] archer-tromey-dwz-multifile: macros in the .dwz file always refer to strings in the same file
2012-06-01 19:46 UTC
[SCM] archer-tromey-dwz-multifile: reverse-20080717-branchpoint-11788-gfda83c6
2012-06-01 19:09 UTC
[SCM] archer-sergiodj-cpp-template-lookup: [C++-template-lookup] Import of the second patch
2012-05-25 21:01 UTC
[SCM] archer-sergiodj-cpp-template-lookup: Fixing some compilation errors on patch #1
2012-05-22 19:01 UTC
[SCM] archer-sergiodj-cpp-template-lookup: [C++-template-lookup] Import of the first patch
2012-05-22 15:49 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-05-22 12:36 UTC
[SCM] archer-sergiodj-cpp-template-lookup: reverse-20080717-branchpoint-11743-gc46b4e8
2012-05-22 3:49 UTC
[SCM] archer-sergiodj-stap-patches: reverse-20080717-branchpoint-11513-g4712e48
2012-05-01 0:05 UTC
[SCM] archer-sergiodj-stap-patches: reverse-20080717-branchpoint-11328-g96bc29f
2012-05-01 0:04 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-04-26 13:31 UTC
[SCM] archer-pmuldoon-python-backtrace: Fix some memory leaks and reorganize tuple interrogation
2012-04-26 13:24 UTC
[SCM] archer-sergiodj-stap-patches: Improving the passing of header names for `info probes' command
2012-04-22 5:21 UTC
[SCM] archer-sergiodj-stap-patches: Addressing more comments from Jan, part N
2012-04-20 23:06 UTC
[SCM] archer-sergiodj-stap-patches: New auto-sizing algorithms, new comments, etc
2012-04-20 4:19 UTC
[SCM] archer-sergiodj-stap-patches: reverse-20080717-branchpoint-11325-gb1f5e35
2012-04-19 7:23 UTC
[SCM] archer-sergiodj-stap-patches: reverse-20080717-branchpoint-11288-g0767cc5
2012-04-19 7:23 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'x-pathvec0-1-secmove-misc2-safepath-debug-warn' into x-pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-18 8:20 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'x-pathvec0-1-secmove-misc2-safepath-debug-warn' into x-pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-17 15:57 UTC
[SCM] archer-pmuldoon-python-backtrace: Clean up py-frame.c. Add frame.locals(), frame.arguments() and FrameIterator tests
2012-04-11 16:46 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-04-10 19:22 UTC
[SCM] archer-pmuldoon-python-backtrace: Simplify frame iterator handling. Add regex and reverse parameters to Frame iterators
2012-04-10 14:58 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-05 21:35 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-05 20:55 UTC
[SCM] archer-pmuldoon-python-backtrace: Make frame filters iterative. Add FrameWrapper. Remove bogus elide code
2012-04-05 18:40 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-05 18:35 UTC
[SCM] archer-pmuldoon-python-backtrace: use frame.locals() and frame.arguments() API over assembling the local/arguments from the frame
2012-04-05 11:06 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-04-04 15:05 UTC
[SCM] archer-pmuldoon-python-backtrace: Add frapy_frame_locals, and frapy_frame_arguments helper functions. These functions return lists of symbols that represent locals and arguments for that frame respectivley. Also, reset FrameIterator on iteration end, and error
2012-04-04 15:04 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-04 6:42 UTC
[SCM] archer-keiths-linespec-rewrite: Add language to struct linespec_state and use it instead of current_language
2012-04-03 22:43 UTC
[SCM] archer-keiths-linespec-rewrite: * cp-support.c (operator_tokens): Removed unused global
2012-04-03 22:23 UTC
[SCM] archer-sergiodj-stap-patches: reverse-20080717-branchpoint-11288-g0767cc5
2012-04-03 20:11 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-03 17:42 UTC
[SCM] archer-pmuldoon-python-backtrace: Implement gdb.FrameIterator
2012-04-02 15:01 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-01 18:29 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-01 17:49 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'pathvec0-1-secmove-misc2-safepath-debug-warn' into pathvec0-1-secmove-misc2-safepath-debug-warn-warnlocal
2012-04-01 17:33 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-30 20:55 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-safepath-debug-warn' into secmove-misc2-safepath-debug-warn-warnlocal
2012-03-30 19:12 UTC
[SCM] archer-jankratochvil-autoload: Merge commit 'f048404' into secmove-misc2-safepath-debug-warn-warnlocal
2012-03-30 18:37 UTC
[SCM] archer-keiths-linespec-rewrite: * linespec.c (struct linespec): Add comment about the exclusivity of EXPRESSION. (linespec_keywords): Make static. (linespec_parse_basic): Stop processing input whenever a comma is seen as the first character of a token. (convert_linespec_to_sals): Merge function_symbols and minimal_symbols branches
2012-03-29 19:18 UTC
[SCM] archer-pmuldoon-python-backtrace: Modify how frame filters are called
2012-03-29 14:20 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-29 8:50 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-29 6:21 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-29 6:17 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-29 6:07 UTC
[SCM] archer-jankratochvil-autoload:
2012-03-29 5:49 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-29 5:45 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-28 20:31 UTC
[SCM] archer-keiths-linespec-rewrite: * linespec.c (linespec_parse_basic): Always decode the line offset when present
2012-03-27 17:16 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-03-27 16:42 UTC
[SCM] archer-pmuldoon-python-backtrace: Refactor frame argument printing. Roughly implement print local variables
2012-03-27 16:39 UTC
[SCM] archer-keiths-linespec-rewrite: * linespec.c (parse_linespec): skip_quoted can return NULL
2012-03-27 3:28 UTC
[SCM] archer-keiths-linespec-rewrite: * linespec.c (is_closing_quote_enclosed): New function. (linespec_lexer_lex_string): Use is_closing_quote_enclosed. (linespec_lexer_lex_one): Likewise. (parse_linespec): Likewise
2012-03-27 3:20 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-26 21:41 UTC
[SCM] archer-keiths-linespec-rewrite: * linespec.c (TRIM_WHITESPACE): Remove. (copy_token_string): Use remove_trailing_whitespace
2012-03-26 20:31 UTC
[SCM] archer-keiths-linespec-rewrite: * testsuite/gdb.linespec/ls-errs.exp: Remove test for skipping C++ tests. * testsuite/gdb.linespec/ls-dollar.exp: If skipping C++ tests, issue a more useful "unsupported" message
2012-03-26 19:02 UTC
[SCM] archer-keiths-linespec-rewrite: * testsuite/gdb.base/list.exp: Revert previous "invalid" tests. * testsuite/gdb.cp/overload.exp: Likewise. * testsuite/gdb.cp/static-method.exp: Likewise
2012-03-26 18:50 UTC
[SCM] archer-jankratochvil-vla: https://bugzilla.redhat.com/show_bug.cgi?id=806920 gdb.dwarf2/dw2-subrange-no-type.exp
2012-03-26 18:50 UTC
[SCM] archer-keiths-linespec-rewrite: * linespec.c (struct ls_parser): Add is_quote_enclosed member. (linespec_quote_characters): New constant. (linespec_lexer_lex_string): Permit quote-enclosed linespecs. (linespec_lexer_lex_one): Likewise. (parse_linespec): Likewise
2012-03-26 18:30 UTC
[SCM] archer-pmuldoon-python-backtrace: Only print scalar values in frame arguments
2012-03-26 15:32 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-25 19:10 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-25 19:02 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-25 16:56 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-24 17:25 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-24 9:09 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-03-23 14:48 UTC
[SCM] archer-pmuldoon-python-backtrace: Rough implementation of frame printing args
2012-03-23 14:46 UTC
[SCM] archer-keiths-linespec-rewrite: * gdb.linespec/ls-errs.exp: Add garbage-after-quoting tests
2012-03-22 0:26 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-20 19:39 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-20 19:38 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-20 0:17 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'secmove-misc2-warn-safepath-debug' into secmove-misc2-warn-safepath-debug-warnlocal
2012-03-19 20:15 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-19 19:24 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'initclean-initx-gdbinitb-move-misc2-warn-safepath-debug' into initclean-initx-gdbinitb-move-misc2-warn-safepath-debug-warnlocal
2012-03-19 17:36 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'initclean-initx-gdbinitb-move-misc2-warn-safepath-debug' into initclean-initx-gdbinitb-move-misc2-warn-safepath-debug-warnlocal
2012-03-19 17:32 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-19 17:21 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'initclean-initx-gdbinitb-move-misc2-warn-safepath-debug' into initclean-initx-gdbinitb-move-misc2-warn-safepath-debug-warnlocal
2012-03-19 17:16 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'initclean-initx-gdbinitb-move-misc2-warn-safepath-debug' into initclean-initx-gdbinitb-move-misc2-warn-safepath-debug-warnlocal
2012-03-19 17:11 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-03-19 15:08 UTC
[SCM] archer-pmuldoon-python-backtrace: Implement omit and (bogus, non duck typed) elide function
2012-03-19 15:06 UTC
[SCM] archer-jankratochvil-autoload:
2012-03-17 5:42 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-16 23:48 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-15 19:14 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-14 18:54 UTC
[SCM] archer-keiths-linespec-rewrite: remove superfluous comment/note
2012-03-14 3:52 UTC
[SCM] archer-keiths-linespec-rewrite: Update/simplification of keywords
2012-03-13 22:03 UTC
[SCM] archer-keiths-linespec-rewrite: Merge remote-tracking branch 'gdb/master' into archer-keiths-linespec-rewrite
2012-03-13 21:22 UTC
[SCM] archer-keiths-linespec-rewrite: Error message cleanup in test suite & (slightly) improved error messages
2012-03-13 19:54 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-03-12 13:42 UTC
[SCM] archer-pmuldoon-python-backtrace: Remove stand-alone example
2012-03-12 13:40 UTC
[SCM] archer-tromey-multi-inferior-3: reverse-20080717-branchpoint-11046-g893a8ca
2012-03-08 22:21 UTC
[SCM] archer-keiths-linespec-rewrite: Fixes for argptr problems w/expressions
2012-03-07 21:04 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'initclean-initx-gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal' into initclean-initx-gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal-pfx2
2012-03-07 19:53 UTC
[SCM] archer-keiths-linespec-rewrite: Fix expected output of "info break"
2012-03-06 20:36 UTC
[SCM] archer-keiths-linespec-rewrite: * linespec.c (collect_symbols): Only accept all matching symbols in list mode
2012-03-06 19:24 UTC
[SCM] archer-pmuldoon-python-backtrace: Build with -Wmissing-prototypes
2012-03-05 16:05 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-03-05 15:58 UTC
[SCM] archer-jankratochvil-autoload:
2012-03-04 20:15 UTC
[SCM] archer-keiths-linespec-rewrite: Merge branch 'archer-keiths-linespec-rewrite' of ssh://sourceware.org/git/archer into archer-keiths-linespec-rewrite
2012-03-03 17:04 UTC
[SCM] archer-jankratochvil-vla: Fix crash for gdb.fortran/dynamic.exp with gcc-gfortran-4.1.2-51.el5.x86_64
2012-03-02 21:09 UTC
[SCM] archer-keiths-linespec-rewrite: reverse-20080717-branchpoint-10940-g907b711
2012-03-01 23:08 UTC
[SCM] archer-sergiodj-stap: Using ALL_PSPACE and ALL_PSPACE_OBJFILES to find the probes
2012-02-28 17:53 UTC
[SCM] archer-sergiodj-stap: Merge remote-tracking branch 'origin/master' into archer-sergiodj-stap
2012-02-27 17:54 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'initclean-initx-gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal' into initclean-initx-gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal-pfx2
2012-02-25 20:36 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath-debug' into gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal
2012-02-21 19:40 UTC
[SCM] archer-pmuldoon-python-backtrace: Add frame_ex.py, example filter
2012-02-20 20:11 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-02-20 17:52 UTC
[SCM] archer-pmuldoon-python-backtrace: Add pretty-printing for frames
2012-02-20 17:51 UTC
[SCM] archer-tromey-python: Merge remote-tracking branch 'gdb/master' into archer-tromey-python
2012-02-13 12:30 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-02-13 10:41 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath-debug' into gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal
2012-02-11 21:26 UTC
[SCM] archer-jankratochvil-watchpoint3: Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3
2012-01-30 16:58 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath-debug' into gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal
2012-01-30 7:19 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath-debug' into gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal
2012-01-30 6:40 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath-debug' into gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal
2012-01-29 23:17 UTC
[SCM] archer-jankratochvil-autoload:
2012-01-29 23:02 UTC
[SCM] archer-jankratochvil-autoload: Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath' into gdbinitb-move2-misc-pfx-warn-safepath-debug
2012-01-29 22:13 UTC
[SCM] archer-jankratochvil-autoload: reverse-20080717-branchpoint-10725-gcf5f4fa
2012-01-29 16:55 UTC
[SCM] archer-sergiodj-stap: Use only breakpoint_ops; accept `-probe' arg
2012-01-26 21:35 UTC
[SCM] archer-sergiodj-stap: Merge remote-tracking branch 'origin/master' into archer-sergiodj-stap
2012-01-26 21:12 UTC
[SCM] archer-sergiodj-stap: Fixing problem with expout initializer/reallocation
2012-01-25 19:00 UTC
[SCM] archer-sergiodj-stap: Merge remote-tracking branch 'origin/master' into archer-sergiodj-stap
2012-01-25 18:44 UTC
[SCM] archer-jankratochvil-watchpoint3: Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3
2012-01-24 14:19 UTC
[SCM] archer-tromey-python: Merge remote-tracking branch 'gdb/master' into archer-tromey-python
2012-01-23 20:38 UTC
[SCM] archer-pmuldoon-python-backtrace: Merge remote-tracking branch 'gdb/master' into archer-pmuldoon-python-backtrace
2012-01-23 16:39 UTC
[SCM] archer-jankratochvil-fedora17: Resolve build error with archer-sergiodj-stap
2012-01-20 23:02 UTC
[SCM] archer-jankratochvil-vla: Merge remote-tracking branch 'gdb/master' into archer-jankratochvil-vla
2012-01-20 22:55 UTC
[SCM] archer-jankratochvil-watchpoint3: Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3
2012-01-20 20:16 UTC
page: next (older) | prev (newer) | 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).