Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
fe7e88a6b5219bfe3d8c70baf2ae2b83ea1961d8
qt-creator/src/plugins/debugger/win/win.pri

15 lines
389 B
Plaintext
Raw Normal View History

m.txt
2009-03-03 14:01:58 +01:00
INCLUDEPATH+=$$PWD
Process Listing Windows
2009-03-04 16:00:43 +01:00
SOURCES += $$PWD/peutils.cpp \
Introduced shared library injection as dumper load method. Try to load custom dumpers using shared library injection first as it is faster and does not rely on the symbol for LoadLibrary being known to the debugger. Keep call loading as fallback. Move the rest of the initalization to the first dumper call, removing the need to break at main().
2009-05-05 09:52:24 +02:00
$$PWD/dbgwinutils.cpp \
$$PWD/sharedlibraryinjector.cpp
Process Listing Windows
2009-03-04 16:00:43 +01:00
HEADERS += $$PWD/peutils.h \
Introduced shared library injection as dumper load method. Try to load custom dumpers using shared library injection first as it is faster and does not rely on the symbol for LoadLibrary being known to the debugger. Keep call loading as fallback. Move the rest of the initalization to the first dumper call, removing the need to break at main().
2009-05-05 09:52:24 +02:00
$$PWD/dbgwinutils.h \
$$PWD/sharedlibraryinjector.h
Made SharedLibraryInjector compile with MinGW.
2009-05-06 15:05:07 +02:00
contains(QMAKE_CXX, cl) {
# For the Privilege manipulation functions in sharedlibraryinjector.cpp.
# Not required for MinGW.
LIBS += advapi32.lib
}
Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 61ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API