D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
gcc-8
/
python
/
libstdcxx
/
v6
/
Filename :
__init__.py
back
Copy
# Copyright (C) 2014-2024 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 <http://www.gnu.org/licenses/>. # Load the xmethods if GDB supports them. def gdb_has_xmethods(): try: import gdb.xmethod return True except ImportError: return False def register_libstdcxx_printers(obj): # Load the pretty-printers. from .printers import register_libstdcxx_printers register_libstdcxx_printers(obj) if gdb_has_xmethods(): from .xmethods import register_libstdcxx_xmethods register_libstdcxx_xmethods(obj)
Name
Size
Last Modified
Owner
Permissions
Actions
__pycache__
Dir
April 01 2025 3:40:49
root
0755
__init__.py
1.122
KB
March 31 2025 12:00:00
root
0644
printers.py
109.248
KB
March 31 2025 12:00:00
root
0644
xmethods.py
28.265
KB
March 31 2025 12:00:00
root
0644
2017 © D7net | D704T team