Age | Commit message (Expand) | Author | Files | Lines |
2012-06-24 | gdb: | Yao Qi | 1 | -1/+1 |
2012-06-20 | * python/py-inferior.c: Update comments of infpy_read_memory | Yao Qi | 1 | -2/+2 |
2012-06-13 | * ada-lang.c (ada_make_symbol_completion_list): Return a VEC. | Tom Tromey | 1 | -7/+6 |
2012-06-13 | * breakpoint.c (add_catch_command): Use completer_ftype. | Tom Tromey | 1 | -1/+1 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -2/+2 |
2012-05-24 | gdb/ | Pedro Alves | 4 | -6/+6 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 5 | -10/+0 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -12/+18 |
2012-05-15 | * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest. | Tom Tromey | 1 | -1/+1 |
2012-05-14 | 2012-05-14 Stan Shebs <stan@codesourcery.com> | Stan Shebs | 2 | -2/+2 |
2012-05-14 | 2012-05-14 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra Reddy | 1 | -1/+1 |
2012-05-13 | 2012-05-13 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra Reddy | 1 | -0/+21 |
2012-05-10 | * tracepoint.c (scope_info): Update. | Tom Tromey | 1 | -7/+7 |
2012-05-03 | 2012-05-03 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra Reddy | 1 | -0/+39 |
2012-04-20 | gdb/ | Jan Kratochvil | 1 | -1/+2 |
2012-04-18 | gdb/ | Jan Kratochvil | 3 | -6/+22 |
2012-04-17 | gdb/ | Jan Kratochvil | 1 | -2/+10 |
2012-04-17 | gdb/ | Jan Kratochvil | 1 | -3/+11 |
2012-04-17 | gdb/ | Jan Kratochvil | 2 | -45/+110 |
2012-04-17 | gdb/ | Jan Kratochvil | 2 | -434/+5 |
2012-04-11 | 2012-04-02 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra Reddy | 1 | -0/+755 |
2012-03-30 | * python/python.c (gdbpy_decode_line): Move cleanup creation out | Tom Tromey | 2 | -9/+23 |
2012-03-28 | * python/py-inferior.c (infpy_read_memory): Remove cleanups and | Tom Tromey | 1 | -12/+8 |
2012-03-22 | 2012-03-14 Siva Chandra <sivachandra@google.com> | Siva Chandra Reddy | 1 | -0/+43 |
2012-03-19 | gdb/ | Jan Kratochvil | 1 | -3/+12 |
2012-03-13 | 2012-03-13 Hui Zhu <teawater@gmail.com> | Pedro Alves | 2 | -2/+2 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 6 | -4/+6 |
2012-03-01 | * NEWS: Mention new python command class gdb.COMMAND_USER. | Doug Evans | 1 | -2/+3 |
2012-02-17 | PR python/12070: | Tom Tromey | 4 | -2/+38 |
2012-02-15 | * python/py-symbol.c (sympy_value): Use _(). | Tom Tromey | 1 | -2/+2 |
2012-02-07 | PR python/12027: | Tom Tromey | 3 | -3/+77 |
2012-02-07 | PR python/13599: | Tom Tromey | 1 | -0/+15 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 2 | -3/+3 |
2012-01-28 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2012-01-26 | gdb/ | Jan Kratochvil | 4 | -37/+37 |
2012-01-16 | gdb | Tom Tromey | 1 | -0/+50 |
2012-01-10 | PR python/13199: | Tom Tromey | 1 | -0/+3 |
2012-01-04 | * python/py-value.c (valpy_binop): Initialize 'res_val'. | Tom Tromey | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 41 | -41/+41 |
2012-01-03 | PR python/12533: | Tom Tromey | 1 | -24/+78 |
2011-12-27 | remove use of sprintf in py-finishbreakpoint.c... | Joel Brobecker | 1 | -1/+1 |
2011-12-23 | Introduce gdb.FinishBreakpoint in Python | Kevin Pouget | 5 | -56/+537 |
2011-12-22 | PR python/12533: | Tom Tromey | 1 | -2/+2 |
2011-12-20 | * python/py-auto-load.c (info_auto_load_scripts): Pass address of | Doug Evans | 1 | -3/+4 |
2011-12-16 | 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -73/+69 |
2011-12-10 | * python/py-auto-load.c (source_section_scripts): Call xfree | Doug Evans | 1 | -1/+1 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 2 | -7/+9 |
2011-12-06 | * python/lib/gdb/command/pretty_printers.py | Tom Tromey | 1 | -1/+1 |
2011-12-02 | * python/py-type.c (type_object_methods): Fix "array" doc string. | Doug Evans | 1 | -2/+4 |
2011-11-28 | 2011-11-28 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 6 | -21/+43 |