Age | Commit message (Expand) | Author | Files | Lines |
2014-08-15 | Fix xmethod Python so that it works with Python3. | Siva Chandra | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 2 | -3/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 2 | -2/+0 |
2014-08-07 | Move libiberty.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stddef.h to common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Move stdio.h to common-defs.h | Gary Benson | 1 | -2/+0 |
2014-07-24 | constify command docs | Tom Tromey | 1 | -1/+1 |
2014-07-24 | constify command prefix | Tom Tromey | 1 | -1/+1 |
2014-06-23 | Align behavior of xmethod commands with that of pretty-printer commands. | Siva Chandra | 1 | -4/+6 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -2/+2 |
2014-06-18 | constify struct block in some places | Tom Tromey | 2 | -2/+2 |
2014-06-12 | Iterate over 'struct varobj_item' instead of PyObject | Yao Qi | 1 | -1/+19 |
2014-06-12 | Generalize varobj iterator | Yao Qi | 2 | -0/+191 |
2014-06-10 | Wrap PyObject_Get/HasAttrString in a function with second arg having const qu... | Siva Chandra | 2 | -2/+27 |
2014-06-03 | Xmethod support in Python. | Siva Chandra | 8 | -2/+1268 |
2014-05-30 | Rename frame_stop_reason_string to unwind_stop_reason_to_string. | Andrew Burgess | 1 | -1/+1 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-20 | Fix gdb.multi/base.exp failures. | Doug Evans | 1 | -1/+10 |
2014-05-13 | * python/py-cmd.c (cmdpy_completer): Add comment. | Doug Evans | 1 | -2/+4 |
2014-04-07 | [python] Fix gdb.Value.dynamic_type for reference values. | Siva Chandra | 1 | -1/+4 |
2014-03-16 | Fix Python 2.4 build break | Ulrich Weigand | 1 | -1/+2 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-02-26 | [Python] Make regexp collection printers work with typedefs as well. | Joel Brobecker | 1 | -0/+2 |
2014-02-19 | Call overloaded operators to perform operations on gdb.Value objects. | Siva Chandra | 1 | -11/+29 |
2014-02-09 | Fix Python stack corruption | Jan Kratochvil | 1 | -2/+2 |
2014-02-05 | Extension Language API | Doug Evans | 8 | -456/+422 |
2014-01-23 | avoid python exception in FrameDecorator.py | Tom Tromey | 1 | -2/+10 |
2014-01-23 | fix erroneous error-handling in frame filter code | Tom Tromey | 1 | -3/+3 |
2014-01-23 | fix crash in frame filters | Tom Tromey | 1 | -4/+4 |
2014-01-15 | Fix small style violation in py-value.c:get_field_type | Joel Brobecker | 1 | -5/+3 |
2014-01-15 | Add missing empty line after declarations in "if" block (py-type.c). | Joel Brobecker | 1 | -0/+1 |
2014-01-13 | Use bitpos and type to lookup a gdb.Field object when its name is 'None'. | Siva Chandra | 2 | -18/+77 |
2014-01-07 | [python] Add gdb.Type.name attribute. | Joel Brobecker | 1 | -0/+14 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 55 | -55/+55 |
2013-12-12 | 2013-12-12 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra | 3 | -2/+140 |
2013-12-12 | Eliminate UNSUPPORTED_ERROR. | Pedro Alves | 2 | -2/+16 |
2013-11-29 | Move .debug_gdb_script processing to auto-load.c. | Doug Evans | 2 | -177/+22 |
2013-11-29 | * python/py-auto-load.c (source_section_scripts): Move comment to | Doug Evans | 1 | -8/+8 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 16 | -106/+106 |
2013-11-28 | Rename breakpoint_object to gdbpy_breakpoint_object. | Doug Evans | 5 | -47/+47 |
2013-11-23 | * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR, | Doug Evans | 1 | -4/+0 |
2013-11-23 | * python/py-frame.c (frapy_block): Fix error message text. | Doug Evans | 1 | -1/+1 |
2013-11-21 | Move types_deeply_equal from py-type.c to gdbtypes.c. | Doug Evans | 1 | -187/+4 |
2013-11-20 | get rid of py-value.c:is_intlike (use is_integral_type instead) | Joel Brobecker | 1 | -15/+3 |
2013-11-20 | Add pretty-printer for MPX bnd registers. | Walfred Tedeschi | 1 | -0/+45 |
2013-11-19 | Fix int() builtin with range type gdb.Value objects. | Joel Brobecker | 1 | -0/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 2 | -2/+2 |
2013-11-14 | off-by-one fix for py-linetable.c | Tom Tromey | 1 | -2/+2 |
2013-11-11 | 2013-11-11 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 4 | -1/+643 |
2013-11-07 | 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+1 |