python_code
stringlengths
0
679k
repo_name
stringlengths
9
41
file_path
stringlengths
6
149
# Caller-is functions. # Copyright (C) 2008-2022 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 ...
cuda-gdb-master
gdb/python/lib/gdb/function/caller_is.py
# Frame-filter commands. # Copyright (C) 2013-2022 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 late...
cuda-gdb-master
gdb/python/lib/gdb/command/frame_filters.py
# Copyright (C) 2010-2022 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 progr...
cuda-gdb-master
gdb/python/lib/gdb/command/__init__.py
# Pretty-printer commands. # Copyright (C) 2010-2022 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 la...
cuda-gdb-master
gdb/python/lib/gdb/command/pretty_printers.py
# Type printer commands. # Copyright (C) 2010-2022 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 late...
cuda-gdb-master
gdb/python/lib/gdb/command/type_printers.py
# Xmethod commands. # Copyright 2013-2022 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...
cuda-gdb-master
gdb/python/lib/gdb/command/xmethods.py
# GDB 'explore' command. # Copyright (C) 2012-2022 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 late...
cuda-gdb-master
gdb/python/lib/gdb/command/explore.py
# Extended prompt. # Copyright (C) 2011-2022 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 vers...
cuda-gdb-master
gdb/python/lib/gdb/command/prompt.py
# Unwinder commands. # Copyright 2015-2022 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 versio...
cuda-gdb-master
gdb/python/lib/gdb/command/unwinders.py
#!/usr/bin/env python3 # Copyright (C) 2016-2022 Free Software Foundation, Inc. # # This file is part of GDB. # # 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, ...
cuda-gdb-master
gdb/testsuite/analyze-racy-logs.py
#!/usr/bin/env python # Copyright (C) 2018-2022 Free Software Foundation, Inc. # # This file is part of GDB. # # 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, o...
cuda-gdb-master
gdb/testsuite/print-ts.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.multi/multi-target-info-inferiors.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.rust/pp.py
# Copyright (C) 2014-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.ada/pp-rec-component.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py
# Copyright (C) 2014-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-framefilter-invalidarg-gdb.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-inferior-leak.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-disasm.py
# Copyright (C) 2018-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-mi-var-info-path-expression.py
# Copyright (C) 2022 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...
cuda-gdb-master
gdb/testsuite/gdb.python/py-event-load.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-mi-objfile-gdb.py
# Copyright (C) 2010-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-pp-registration.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-pp-re-notag.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-frame-args.py
# Copyright (C) 2010-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-events.py
# Copyright (C) 2016-2022 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 prog...
cuda-gdb-master
gdb/testsuite/gdb.python/py-breakpoint-create-fail.py
# Copyright (C) 2010-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-error.py
# Copyright (C) 2011-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-finish-breakpoint2.py
# Copyright (C) 2021-2022 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 prog...
cuda-gdb-master
gdb/testsuite/gdb.python/py-auto-load-chaining-f1.o-gdb.py
# Copyright (C) 2011-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-finish-breakpoint.py
# Copyright (C) 2020-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-unwind-inline.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-framefilter.py
# Copyright (C) 2010-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-pp-maint.py
# Copyright (C) 2010-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-section-script.py
# Copyright (C) 2008-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-bad-printers.py
# Copyright (C) 2019-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-nested-maps.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-unwind-maint.py
# Copyright (C) 2008-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-format-string.py
# Copyright (C) 2011-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-objfile-script-gdb.py
# Copyright (C) 2016-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-mi-events-gdb.py
# Copyright (C) 2021-2022 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 prog...
cuda-gdb-master
gdb/testsuite/gdb.python/tui-window-disabled.py
# Copyright (C) 2014-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-completion.py
# Copyright 2014-2022 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 i...
cuda-gdb-master
gdb/testsuite/gdb.python/py-xmethods.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-pp-integral.py
# Copyright (C) 2012-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-typeprint.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-send-packet.py
# This testcase is part of GDB, the GNU debugger. # Copyright 2008-2022 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 ...
cuda-gdb-master
gdb/testsuite/gdb.python/source2.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-unwind-user-regs.py
# Copyright (C) 2022 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...
cuda-gdb-master
gdb/testsuite/gdb.python/py-finish-breakpoint-deletion.py
# Copyright (C) 2020-2022 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 prog...
cuda-gdb-master
gdb/testsuite/gdb.python/tui-window.py
# Copyright (C) 2016-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-recurse-unwind.py
# Copyright (C) 2008-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-prettyprint.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-unwind.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-pending-frame-level.py
# Copyright (C) 2022 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...
cuda-gdb-master
gdb/testsuite/gdb.python/pretty-print-call-by-hand.py
# Copyright (C) 2021-2022 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 prog...
cuda-gdb-master
gdb/testsuite/gdb.python/py-auto-load-chaining-f2.o-gdb.py
# Copyright (C) 2014-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-framefilter-invalidarg.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-framefilter-gdb.py
# Copyright (C) 2019-2022 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 progra...
cuda-gdb-master
gdb/testsuite/gdb.python/py-mi-cmd.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/py-framefilter-addr.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.base/premature-dummy-frame-removal.py
# Copyright (C) 2021-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.base/inline-frame-cycle-unwind.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/gmonster-print-cerr.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/skip-prologue.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/gmonster-runto-main.py
# Copyright (C) 2016-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/skip-command.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/single-step.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/gmonster-ptype-string.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/gmonster-pervasive-typedef.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/gmonster-select-file.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/disassemble.py
# Copyright (C) 2018-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/template-breakpoints.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/gmonster-null-lookup.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/backtrace.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/solib.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/lib/perftest/measure.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/lib/perftest/perftest.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/lib/perftest/reporter.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/lib/perftest/__init__.py
# Copyright (C) 2013-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/lib/perftest/testresult.py
# Copyright (C) 2015-2022 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 progr...
cuda-gdb-master
gdb/testsuite/gdb.perf/lib/perftest/utils.py
#! /usr/bin/env python3 # Copyright (C) 2011-2022 Free Software Foundation, Inc. # # This file is part of GDB. # # 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,...
cuda-gdb-master
gdb/contrib/test_pubnames_and_indexes.py
# Copyright (C) 2011-2022 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 progr...
cuda-gdb-master
gdb/system-gdbinit/elinos.py
# Copyright (C) 2011-2022 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 progr...
cuda-gdb-master
gdb/system-gdbinit/wrs-linux.py
# Copyright (C) 2013-2022 Free Software Foundation, Inc. # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, # without any warranty. import sys import re import ...
cuda-gdb-master
gdb/syscalls/arm-linux.py
#!/usr/bin/python # # Copyright (C) 2013-2022 Free Software Foundation, Inc. # # This script 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, or (at your option) # any later version. # This s...
cuda-gdb-master
etc/update-copyright.py
#!/usr/bin/python # # Copyright (C) 2014 Free Software Foundation, Inc. # # This script 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, or (at your option) # any later version. import sys im...
cuda-gdb-master
contrib/dg-extract-results.py
#!/usr/bin/env python3 # Copyright (C) 2020 Free Software Foundation, Inc. # # This file is part of GCC. # # GCC 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, or (at your option) # any lat...
cuda-gdb-master
contrib/mklog.py
#!/usr/bin/env python3 # Copyright (C) 1996-2022 Free Software Foundation, Inc. # # This file is part of the GNU simulators. # # 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...
cuda-gdb-master
sim/common/gennltvals.py
#!/usr/bin/env python # This will create golden files in a directory passed to it. # A Test calls this internally to create the golden files # So it can process them (so we don't have to checkin the files). # Ensure msgpack-python and cbor are installed first, using: # sudo apt-get install python-dev # sudo apt-g...
packer-builder-xenserver-master
vendor/github.com/ugorji/go/codec/test.py
import yaml from pathlib import Path import json import humanize def load_hosts(hosts_file): with open(hosts_file, "r", encoding="utf-8") as file: data = yaml.safe_load(file) dgx_nodes = data.get("aisloader_hosts").get("hosts") return dgx_nodes.keys() def read_results(host_list, bench_type, benc...
aistore-master
bench/tools/aisloader-composer/parse_results.py
__version__ = "1.4.13"
aistore-master
python/aistore/version.py
""" This module is a temporary patch to support the torchdata integration for AIStore SDK versions > 1.04. Torchdata expects the sdk structure to have aistore.client.Client, but Client now exists in aistore.sdk.client """ # pylint: disable=unused-variable,unused-import from aistore.sdk.client import Client
aistore-master
python/aistore/client.py
import logging from aistore.sdk.client import Client from aistore.version import __version__ logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s: %(message)s")
aistore-master
python/aistore/__init__.py
# # Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. # """ Allow use of Amazon's boto3 and botocore libraries with AIStore. If you would like to interact with AIStore using the popular boto3 (or botocore) libraries, you can do so by importing this module (you'll also need to install wrapt): ``` impor...
aistore-master
python/aistore/botocore_patch/botocore.py
aistore-master
python/aistore/botocore_patch/__init__.py
# # Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. # import sys import base64 from typing import Callable, List import cloudpickle from aistore.sdk.const import ( HTTP_METHOD_DELETE, HTTP_METHOD_GET, HTTP_METHOD_POST, HTTP_METHOD_PUT, URL_PATH_ETL, UTF_ENCODING, ) from aist...
aistore-master
python/aistore/sdk/etl.py
# # Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. # from urllib.parse import urljoin, urlencode from typing import TypeVar, Type, Any, Dict import requests from aistore.sdk.const import ( JSON_CONTENT_TYPE, HEADER_USER_AGENT, USER_AGENT_BASE, HEADER_CONTENT_TYPE, HEADERS_KW, ) ...
aistore-master
python/aistore/sdk/request_client.py
# Returns the MD5 sum of the original data as the response. # pylint: disable=unused-variable MD5 = """ apiVersion: v1 kind: Pod metadata: name: transformer-md5 annotations: # Values it can take ["hpull://","hrev://","hpush://"] communication_type: "{communication_type}://" wait_timeout: 5m spec: cont...
aistore-master
python/aistore/sdk/etl_templates.py