首页 > 数据库技术 > 详细

gdbhooks

时间:2019-10-30 20:21:38      阅读:79      评论:0      收藏:0      [点我收藏+]

 

https://devguide.python.org/gdb/

 

Makefile

# Rules

# Default target
all:        build_all
build_all:  check-clean-src $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks \
        Programs/_testembed python-config

 

# Copy up the gdb python hooks into a position where they can be automatically
# loaded by gdb during Lib/test/test_gdb.py
#
# Distributors are likely to want to install this somewhere else e.g. relative
# to the stripped DWARF data for the shared library.
gdbhooks: $(BUILDPYTHON)-gdb.py

gdbhooks

原文:https://www.cnblogs.com/yuanjiangw/p/11767420.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!