- 16 Ock, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Otherwise, GDB seems to affect the terminal's foreground process group, interfering with test_ioctl, which does not expect the foreground process to change during the test. This change also solves the problem of the tests being stopped in the shell if test_gdb is run twice in parallel.
-
- 08 Ara, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
These were added in revision b71cda2f48c6.
-
- 14 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Fix the regex to support the version 7.10: minor version with two digits
-
- 03 Eyl, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 02 Eyl, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
when the test is interrupted (or fail).
-
Victor Stinner yazdı
Mention also the detected GDB version on verbose mode and on error (if the major version is smaller than 7).
-
- 27 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Use time.gmtime() instead of time.sleep(), because time.sleep() is no more declared with METH_VARARGS but with METH_O. time.gmtime() is still declared with METH_VARARGS and so it is called with PyCFunction_Call() which is the target of the test_gdb unit test.
-
- 14 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by David Edelsohn.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixes a regression in issue #22765. Patch by Vinson Lee.
-
- 31 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Bohuslav Kabrda.
-
- 16 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
any .gdbinit initialization files".
-
- 25 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 24 Kas, 2013 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 21 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
repr() is no more platform dependent, SipHash has been fixed
-
- 20 Kas, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Christian Heimes yazdı
Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again.
-
- 22 Eyl, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 21 Eyl, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
(should fix the failures on OpenIndiana)
-
Antoine Pitrou yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 25 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 30 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 27 Eki, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
-
R David Murray yazdı
Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
-
- 21 Eyl, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 27 Haz, 2012 1 kayıt (commit)
-
-
David Malcolm yazdı
The gdb hooks for debugging CPython (within Tools/gdb) have been enhanced to show information on more C frames relevant to CPython within the "py-bt" and "py-bt-full" commands: * C frames that are waiting on the GIL * C frames that are garbage-collecting * C frames that are due to the invocation of a PyCFunction
-
- 17 Haz, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 06 May, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 21 Şub, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Ock, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 19 Ara, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx()
-
Victor Stinner yazdı
traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt and py-bt-full to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx()
-