Age | Commit message (Expand) | Author | Files | Lines |
2013-02-21 | Add a new method 'disassemble' to gdb.Architecture class. | Siva Chandra Reddy | 1 | -0/+145 |
2013-02-15 | 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com> | Tom Tromey | 1 | -1/+1 |
2013-02-06 | * python/py-type.c (typy_strip_typedefs): Don't call check_typedef | Tom Tromey | 1 | -1/+1 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -5/+7 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 2 | -3/+1 |
2013-01-23 | Add a new class gdb.Architecture which exposes GDB's | Siva Chandra Reddy | 4 | -0/+176 |
2013-01-21 | * python/lib/gdb/commands/explore.py | Siva Chandra Reddy | 1 | -1/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 47 | -47/+47 |
2012-12-25 | gdb/ | Jan Kratochvil | 1 | -4/+1 |
2012-12-14 | * c-exp.y (block, variable, name_not_typename, lex_one_token, | Tom Tromey | 1 | -2/+3 |
2012-12-12 | Add support for Python 3. | Paul Koning | 31 | -149/+403 |
2012-11-29 | * python/python.c (finalize_python): Cast unused PyGILState_Ensure | Ulrich Weigand | 1 | -1/+1 |
2012-11-12 | * python/python.c (start_type_printers): Initialize 'result_obj'. | Tom Tromey | 1 | -1/+1 |
2012-11-12 | * NEWS: Update. | Tom Tromey | 7 | -0/+459 |
2012-11-12 | * NEWS: Update. | Tom Tromey | 1 | -1/+3 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 3 | -4/+4 |
2012-11-08 | PR gdb/14704: | Tom Tromey | 1 | -12/+11 |
2012-11-08 | * python/py-bpevent.c: Include defs.h. | Tom Tromey | 11 | -2/+9 |
2012-10-18 | * tracepoint.c (print_one_static_tracepoint_marker): Constify. | Tom Tromey | 1 | -1/+1 |
2012-10-15 | PR python/14635: | Tom Tromey | 1 | -1/+4 |
2012-10-15 | PR python/14634: | Tom Tromey | 1 | -1/+1 |
2012-09-21 | * python/python.c (finalize_python): Only define if HAVE_PYTHON. | Andreas Schwab | 1 | -0/+3 |
2012-09-20 | * NEWS: Update. | Tom Tromey | 1 | -0/+19 |
2012-09-17 | gdb/ | Jan Kratochvil | 2 | -4/+4 |
2012-09-13 | Refactor Python "gdb" module into a proper Python package, by introducing | Yit Phang Khoo | 4 | -114/+168 |
2012-09-06 | * python/py-newobjfileevent.c (create_new_objfile_event_object): | Tom Tromey | 1 | -3/+3 |
2012-08-23 | Document how to return from "python-interactive" to GDB. | Yit Phang Khoo | 1 | -1/+4 |
2012-08-22 | Enable readline in Python in a GDB-specific way and block the | Yit Phang Khoo | 3 | -0/+115 |
2012-08-22 | Add a new "python-interactive" command that starts a standard | Yit Phang Khoo | 1 | -2/+102 |
2012-08-22 | * defs.h (quit_flag): Don't declare. | Tom Tromey | 1 | -0/+25 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 2 | -2/+2 |
2012-08-16 | gdb/ | Yao Qi | 1 | -1/+1 |
2012-08-15 | PR python/14387: | Tom Tromey | 8 | -19/+45 |
2012-08-10 | Add $_memeq, $_regex, $_streq, $_strlen convenience functions. | Doug Evans | 3 | -2/+150 |
2012-08-10 | * python/py-type.c (convert_field): Use gdb_py_long_from_longest | Siddhesh Poyarekar | 1 | -2/+2 |
2012-07-26 | gdb/ | Jan Kratochvil | 1 | -0/+5 |
2012-06-27 | 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra Reddy | 1 | -0/+18 |
2012-06-25 | PR14291: KeyboardInterrupt not caught for Python output | Michael Eager | 1 | -13/+18 |
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 |