summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/moduleshandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix warning about empty file name when attaching from output tab.Friedemann Kleint2012-09-031-1/+4
| | | | | Change-Id: I3a9def260c14944e6fd69fa87b0f1527b8efde3c Reviewed-by: hjk <qthjk@ovi.com>
* debugger: make ModulesHandler aware of its DebuggerEnginehjk2012-08-281-1/+2
| | | | | Change-Id: I5f59eed83ac45a2d90c079101158e7e306fd9a3e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Catch std::bad_alloc thrown by ElfReader on MinGW.Friedemann Kleint2012-08-281-12/+17
| | | | | Change-Id: Ide5445e1cf488c29be620287759147251bc7c26a Reviewed-by: hjk <qthjk@ovi.com>
* Fixed typoRobert Loehning2012-07-311-1/+1
| | | | | Change-Id: Ica017fd6aab99ca5b8add0313e3c6836fd945c2b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* debugger: more elf shufflinghjk2012-06-081-8/+20
| | | | | | | Also distinguish between debuglink and buildid. Change-Id: I1b55d1df42576c004050d319f46fb8c2ced9c85f Reviewed-by: hjk <qthjk@ovi.com>
* debugger: rework core adapterhjk2012-06-061-1/+1
| | | | | | | | The name of the binary is now read using the elfreader instead of attaching gdb twice. Change-Id: I7a75bc64278c4f43e7085d2e479b53173602c966 Reviewed-by: hjk <qthjk@ovi.com>
* debugger: reshuffle sections in module datahjk2012-06-051-26/+22
| | | | | | | | Keep track of elf section headers, add a dumper for Utils::ElfSection etc. Change-Id: I06d01c0de01ffc6b827a4a79bdc91fdb3e761d75 Reviewed-by: hjk <qthjk@ovi.com>
* debugger: more modulehandler polishinghjk2012-06-041-8/+47
| | | | | Change-Id: I2382a597783512b566118cccf772ff530cdf9026 Reviewed-by: hjk <qthjk@ovi.com>
* debugger: small rework of the modules handlerhjk2012-06-011-34/+58
| | | | | | | Use new elfreader, also slimmer interface. Change-Id: Ie6387ff14bdefd109768d1ce4c395a17211da77d Reviewed-by: hjk <qthjk@ovi.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-6/+6
| | | | | | | | (except gdbmi.cpp, name_demangler.cpp). Remove some unneeded conversions, change some maps to take QByteArray keys. Change-Id: I010f1251998a441fe5c8c87901b1e0c277c0391c Reviewed-by: hjk <qthjk@ovi.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* debugger: add an option to load "missing" symbols for current stackhjk2010-12-211-3/+9
|
* Merge branch '2.1'con2010-12-171-7/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/coreplugin/basemode.cpp src/plugins/coreplugin/basemode.h src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp src/plugins/debugger/debuggeragents.cpp src/plugins/debugger/debuggeruiswitcher.cpp src/plugins/debugger/debuggeruiswitcher.h src/plugins/projectexplorer/buildconfigdialog.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.h src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h src/plugins/qmldesigner/designercore/include/modelutilities.h src/plugins/qmldesigner/designercore/include/nodeinstance.h src/plugins/qmldesigner/designercore/include/propertymetainfo.h src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp src/plugins/qmldesigner/designercore/model/modelutilities.cpp src/plugins/snippets/inputwidget.cpp src/plugins/snippets/snippetscompletion.cpp src/plugins/snippets/snippetscompletion.h src/plugins/snippets/snippetspec.cpp src/plugins/snippets/snippetsplugin.cpp src/plugins/snippets/snippetswindow.cpp src/plugins/snippets/snippetswindow.h src/plugins/texteditor/snippetsparser.cpp src/tools/qml/qmldom/main.cpp tests/manual/trk/runner.cpp tests/manual/trk/trkolddevice.cpp tests/manual/trk/trkolddevice.h tests/manual/trk/trkserver.cpp
| * License headers.con2010-12-171-7/+11
| |
* | debugger: polish module symbolshjk2010-11-261-1/+1
| |
* | debugger: more handler/window refactoringhjk2010-11-081-73/+4
| |
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-6/+0
|/
* debugger: start attempt to handle dwarf index datahjk2010-07-221-3/+20
|
* debugger: extend possible "modules symbols loaded" states a bithjk2010-07-221-6/+16
|
* Debugger: Fix some tr-errors.Friedemann Kleint2010-07-081-1/+4
|
* debugger: The DebuggerEngine refactoring.hjk2010-06-221-25/+29
| | | | | | | | | | | | | | | | | This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
* Compile fix for ModulesHandlerThorbjørn Lindeijer2010-06-151-2/+0
|
* debugger: move showModuleSymbols from DebuggerManager to DebuggerEnginehjk2010-06-151-7/+6
|
* debugger: move ModulesHandler from DebuggerManager to DebuggerRunControlhjk2010-06-151-14/+37
|
* Debugger: Add incremental API for modules.Friedemann Kleint2010-05-191-10/+69
| | | | | | And use it from CDB's module load/unload callbacks instead of re-setting all modules. Some cleanup. Acked-by: hjk
* debugger: refactor module/symbol viewhjk2010-05-041-3/+8
|
* Long live the king!hjk2010-03-051-1/+1
|
* Removed static QIcon instances.Friedemann Kleint2010-02-101-3/+0
| | | | | | | thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
* remove trailing whitespaceOswald Buddenhagen2010-01-291-2/+2
| | | | doing it in 1.3 as well to avoid possible later conflicts
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* debugger: rename resource path for generic images from 'gdbdebugger' to ↵hjk2009-05-191-2/+2
| | | | 'debugger'
* Fixed translation issues.Friedemann Kleint2009-05-071-1/+1
|
* add some missing Q_OBJECTsOswald Buddenhagen2009-04-201-0/+4
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: debugger: fix assert includeshjk2009-02-171-1/+1
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* more file cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+172