-
大小: 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
評論
共有 條評論