-
大小: 79.38MB文件类型: .zip金币: 1下载: 0 次发布日期: 2022-11-11
- 语言: 其他
- 标签: mingw64-7.0. binutils-2.3 gcc-9.3.0 gdb-9.1 make
资源简介
2020-03-16生成的
mingw-w64 7.0.0
gcc 9.3.0
binutils 2.34
gdb 9.1
make 4.2.1
目前只在x64版Win10测试通过。
mingw-w64 7.0.0
gcc 9.3.0
binutils 2.34
gdb 9.1
make 4.2.1
目前只在x64版Win10测试通过。
代码片段和文件信息
# -*- python -*-
# Copyright (C) 2009-2019 Free Software Foundation Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not see .
import sys
import gdb
import os
import os.path
pythondir = ‘/c/temp/gcc/dest/share/gcc-9.3.0/python‘
libdir = ‘/c/temp/gcc/dest/lib/../lib‘
# This file might be loaded when there is no current objfile. This
# can happen if the user loads it manually. In this case we don‘t
# update sys.path; instead we just hope the user managed to do that
# beforehand.
if gdb.current_objfile () is not None:
# Update module path. We want to find the relative path from libdir
# to pythondir and then we want to apply that relative path to the
# directory holding the objfile with which this file is associated.
# This preserves relocatability of the gcc tree.
# Do a simple normalization that removes duplicate separators.
pythondir = os.path.normpath (pythondir)
libdir = os.path.normpath (libdir)
prefix = os.path.commonprefix ([libdir pythondir])
# In some bizarre configuration we might have found a match in the
# middle of a directory name.
if prefix[-1] != ‘/‘:
prefix = os.path.dirname (prefix) + ‘/‘
# Strip off the prefix.
pythondir = pythondir[len (prefix):]
libdir = libdir[len (prefix):]
# Compute the “..“s needed to get from libdir to the prefix.
dotdots = (‘..‘ + os.sep) * len (libdir.split (os.sep))
objfile = gdb.current_objfile ().filename
dir_ = os.path.join (os.path.dirname (objfile) dotdots pythondir)
if not dir_ in sys.path:
sys.path.insert(0 dir_)
# Call a function as a plain import would not execute body of the included file
# on repeated reloads of this object file.
from libstdcxx.v6 import register_libstdcxx_printers
register_libstdcxx_printers(gdb.current_objfile())
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-03-13 21:16 mingw\
目录 0 2020-03-16 15:34 mingw\bin\
文件 1161216 2020-03-13 14:30 mingw\bin\addr2line.exe
文件 1190912 2020-03-13 14:30 mingw\bin\ar.exe
文件 1813504 2020-03-13 14:29 mingw\bin\as.exe
文件 1159680 2020-03-13 14:30 mingw\bin\c++filt.exe
文件 1204224 2020-03-13 21:16 mingw\bin\cpp.exe
文件 1222144 2020-03-13 14:30 mingw\bin\dlltool.exe
文件 56832 2020-03-13 14:30 mingw\bin\dllwrap.exe
文件 43008 2020-03-13 14:30 mingw\bin\elfedit.exe
文件 1205760 2020-03-13 21:16 mingw\bin\g++.exe
文件 63488 2020-03-13 21:16 mingw\bin\gcc-ar.exe
文件 62976 2020-03-13 21:16 mingw\bin\gcc-nm.exe
文件 62976 2020-03-13 21:16 mingw\bin\gcc-ranlib.exe
文件 1202688 2020-03-13 21:16 mingw\bin\gcc.exe
文件 585216 2020-03-13 21:16 mingw\bin\gcov-dump.exe
文件 645632 2020-03-13 21:16 mingw\bin\gcov-tool.exe
文件 860672 2020-03-13 21:16 mingw\bin\gcov.exe
文件 7908352 2020-03-13 16:09 mingw\bin\gdb.exe
文件 558080 2020-03-13 16:09 mingw\bin\gdbserver.exe
文件 1232384 2020-03-13 14:29 mingw\bin\gprof.exe
文件 1817600 2020-03-13 14:29 mingw\bin\ld.bfd.exe
文件 1817600 2020-03-13 14:29 mingw\bin\ld.exe
文件 225280 2020-03-13 15:40 mingw\bin\make.exe
文件 225280 2020-03-13 15:40 mingw\bin\mingw32-make.exe
文件 1174528 2020-03-13 14:30 mingw\bin\nm.exe
文件 1304064 2020-03-13 14:30 mingw\bin\objcopy.exe
文件 2558976 2020-03-13 14:30 mingw\bin\objdump.exe
文件 1190912 2020-03-13 14:30 mingw\bin\ranlib.exe
文件 861184 2020-03-13 14:30 mingw\bin\readelf.exe
文件 1162752 2020-03-13 14:30 mingw\bin\size.exe
............此处省略3449个文件信息
- 上一篇:机器人学建模、规划与控制中文版
- 下一篇:scratch2.0二次开发.rar
相关资源
- gcc-linaro-7.5.0-2019.12-i686_arm-eabi.tar.xz.
- gcc-arm-none-eabi-9-2019-q4-major-win32-sha2.e
- gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnue
- aarch64-linux-gcc交叉编译器适用ARMV8-64
- mingw-w64+gcc-10.2.0
- arm-linux-gcc 4.3.2
- gcc-arm-none-eabi-10-2020-q2-preview-x86_64-li
- gcc-4.8.2,及对应的所有依赖
- cygwin-3.0.7-201905 完整绿色版
- gcc-4.3.2.tar.bz2
- gcc-linaro-7.5.0-2019.12-x86_64_aarch64-linux-
- arm-linux-gcc-4.9.1-arm-x86_64.tar.xz
- mingw-win32-gcc(4.8.2)-release
- Keil5配置GCC编译器编译STM32工程
- Linux实验8
- libintl-3.4.0-sol10-x86-local.gz
- libgcc-3.4.6-sol10-x86-local.gz
- RSA 1024 加密 解密
- arm-linux-gcc-4.3.2交叉编译
- stm32在ubuntu linux下开发测试源文件
- compiler gcc5.h
- 缺少compiler-gcc5.h文件
- Linux 实验8
- 测试gcc优化效果的代码
- mingw-get-setup
- openGL打包库
- Ubuntu64位的交叉编译工具arm-linux-gcc-
- GCC LD中文手册(完整版,附目录)
- linux libgcc_s.so.1 libgcc_s-4.4.5-20110214.
- GCC中文手册 中国linux论坛man手册翻译
评论
共有 条评论