- 13 May, 2015 2 commits
-
-
Joel Brobecker authored
gdb/ChangeLog: * version.in: Set GDB version number to 7.9.1.
-
GDB Administrator authored
-
- 12 May, 2015 2 commits
-
-
Doug Evans authored
gdb/ChangeLog: PR python/18285 * NEWS: Document new gdb.XMethodWorker.get_result_type method. * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle EVAL_AVOID_SIDE_EFFECTS for xmethods. * extension-priv.h (struct extension_language_ops) <get_xmethod_result_type>: New member. * extension.c (get_xmethod_result_type): New function. * extension.h (get_xmethod_result_type): Declare. * python/py-xmethods.c (get_result_type_method_name): New static global. (py_get_result_type_method_name): Ditto. (gdbpy_get_xmethod_result_type): New function. (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name. * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare. * python/python.c (python_extension_ops): Add gdbpy_get_xmethod_result_type. * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type. * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for xmethods. (value_x_unop): Ditto. * value.c (result_type_of_xmethod): New function. * value.h (result_type_of_xmethod): Declare. gdb/testsuite/ChangeLog: * gdb.python/py-xmethods.exp: Add ptype tests. * gdb.python/py-xmethods.py (E_method_char_worker): Add get_result_type method. gdb/doc/ChangeLog: * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>: Document. (Writing an Xmethod): Add get_result_type to example.
-
GDB Administrator authored
-
- 11 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 10 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 09 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 08 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 07 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 06 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 05 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 04 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 03 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 02 May, 2015 2 commits
-
-
Pierre Muller authored
Problem reported as PR pascal/17815 Part 1/3: Remember the case pattern that allowed finding a field of this. File gdb/p-exp.y modified This is the fix in the pascal parser (p-exp.y), to avoid the error that GDB does find normal variables case insensitively, but not fields of this, inside a class or object method. Part 2/3: Add "class" option for pascal compiler File gdb/testsuite/lib/pascal.exp This part of the patch series is unchanged. It adds class option to pascal compiler which adds the required command line option to accept pascal class types. Part 3/3: New file: gdb/testsuite/gdb.pascal/case-insensitive-symbols.exp New file: gdb/testsuite/gdb.pascal/case-insensitive-symbols.pas Here is an updated version of this test, using Pedro's suggestions. Test to check that PR 17815 is fixed.
-
GDB Administrator authored
-
- 01 May, 2015 1 commit
-
-
GDB Administrator authored
-
- 30 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 29 Apr, 2015 2 commits
-
-
Doug Evans authored
gdb/ChangeLog: PR python/18299 * python/lib/gdb/printing.py (register_pretty_printer): Handle name or __name__ attributes. Handle gdb module as first argument. gdb/testsuite/ChangeLog: * gdb.python/py-pp-maint.py: Move "replace" testing to ... * gdb.python/py-pp-registration.exp: ... here. New file. * gdb.python/py-pp-registration.c: New file. * gdb.python/py-pp-registration.py: New file.
-
GDB Administrator authored
-
- 28 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 27 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 26 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 25 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 24 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 23 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 22 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 21 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 20 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 19 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 18 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 17 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 16 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 15 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 14 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 13 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 12 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 11 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 10 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 09 Apr, 2015 1 commit
-
-
GDB Administrator authored
-
- 08 Apr, 2015 1 commit
-
-
GDB Administrator authored
-