aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-19Automatic date update in version.inGDB Administrator1-1/+1
2015-05-18Automatic date update in version.inGDB Administrator1-1/+1
2015-05-17Automatic date update in version.inGDB Administrator1-1/+1
2015-05-16Automatic date update in version.inGDB Administrator1-1/+1
2015-05-15Automatic date update in version.inGDB Administrator1-1/+1
2015-05-14Automatic date update in version.inGDB Administrator1-1/+1
2015-05-13Bump GDB version number to 7.9.1.DATE-cvs.Joel Brobecker2-1/+5
gdb/ChangeLog: * version.in: Set GDB version number to 7.9.1.DATE-cvs.
2015-05-13Document the GDB 7.9.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
gdb/ChangeLog: GDB 7.9.1 released.
2015-05-13Set GDB version number to 7.9.1.gdb-7.9.1-releaseJoel Brobecker2-1/+5
gdb/ChangeLog: * version.in: Set GDB version number to 7.9.1.
2015-05-13Automatic date update in version.inGDB Administrator1-1/+1
2015-05-12PR python/18285Doug Evans18-27/+309
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.
2015-05-12Automatic date update in version.inGDB Administrator1-1/+1
2015-05-11Automatic date update in version.inGDB Administrator1-1/+1
2015-05-10Automatic date update in version.inGDB Administrator1-1/+1
2015-05-09Automatic date update in version.inGDB Administrator1-1/+1
2015-05-08Automatic date update in version.inGDB Administrator1-1/+1
2015-05-07Automatic date update in version.inGDB Administrator1-1/+1
2015-05-06Automatic date update in version.inGDB Administrator1-1/+1
2015-05-05Automatic date update in version.inGDB Administrator1-1/+1
2015-05-04Automatic date update in version.inGDB Administrator1-1/+1
2015-05-03Automatic date update in version.inGDB Administrator1-1/+1
2015-05-02Subject: [PATCH] Fix pascal behavior for class fields with testcasePierre Muller6-4/+157
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.
2015-05-02Automatic date update in version.inGDB Administrator1-1/+1
2015-05-01Automatic date update in version.inGDB Administrator1-1/+1
2015-04-30Automatic date update in version.inGDB Administrator1-1/+1
2015-04-28PR python/18299Doug Evans7-14/+273
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.
2015-04-29Automatic date update in version.inGDB Administrator1-1/+1
2015-04-28Automatic date update in version.inGDB Administrator1-1/+1
2015-04-27Automatic date update in version.inGDB Administrator1-1/+1
2015-04-26Automatic date update in version.inGDB Administrator1-1/+1
2015-04-25Automatic date update in version.inGDB Administrator1-1/+1
2015-04-24Automatic date update in version.inGDB Administrator1-1/+1
2015-04-23Automatic date update in version.inGDB Administrator1-1/+1
2015-04-22Automatic date update in version.inGDB Administrator1-1/+1
2015-04-21Automatic date update in version.inGDB Administrator1-1/+1
2015-04-20Automatic date update in version.inGDB Administrator1-1/+1
2015-04-19Automatic date update in version.inGDB Administrator1-1/+1
2015-04-18Automatic date update in version.inGDB Administrator1-1/+1
2015-04-17Automatic date update in version.inGDB Administrator1-1/+1
2015-04-16Automatic date update in version.inGDB Administrator1-1/+1
2015-04-15Automatic date update in version.inGDB Administrator1-1/+1
2015-04-14Automatic date update in version.inGDB Administrator1-1/+1
2015-04-13Automatic date update in version.inGDB Administrator1-1/+1
2015-04-12Automatic date update in version.inGDB Administrator1-1/+1
2015-04-11Automatic date update in version.inGDB Administrator1-1/+1
2015-04-10Automatic date update in version.inGDB Administrator1-1/+1
2015-04-09Automatic date update in version.inGDB Administrator1-1/+1
2015-04-08Automatic date update in version.inGDB Administrator1-1/+1
2015-04-07Automatic date update in version.inGDB Administrator1-1/+1
2015-04-06Automatic date update in version.inGDB Administrator1-1/+1