aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/lldb/ipcenginehost.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Rename lldb to lldblibhjk2013-02-201-661/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
* | Debugger: Rework thread data aquisitionhjk2012-10-231-6/+4
|/
* Adjust license headershjk2012-10-051-21/+20
* debugger: don't store active languages twicehjk2012-08-151-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: rework WatchModelhjk2012-05-241-3/+1
* Debugger: Dont pass DebuggerEngine::State around in a referenceKai Koehne2012-03-291-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Debugger: Expose which languages (QML, C++, Any) an engine supportsKai Koehne2011-10-131-1/+1
* WatchHandler: Move generationCounter to individual WatchModelsAurindam Jana2011-09-081-1/+1
* debugger: split BreakpointIndex into plugin and debugger specific parthjk2011-06-271-10/+10
* debugger: display "sub-breakpoints"hjk2011-06-201-14/+21
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Fix typos in source stringsJarek Kobus2011-03-311-1/+1
* debugger: fix 'Jump To/Run to' when in instruction-wise modehjk2011-02-231-6/+6
* L10n: tr()-Fixes for 2.2Friedemann Kleint2011-02-151-3/+5
* Debugger: Fully qualify signals.Friedemann Kleint2011-02-041-2/+2
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-5/+5
* It's 2011 now.con2011-01-121-1/+1
* Debugger: Header cleanupFriedemann Kleint2011-01-101-0/+1
* License headers, part 2con2010-12-171-7/+11
* debugger: introduce the concept of a 'Location', used by gotoLocationhjk2010-12-171-2/+2
* debugger: s/*ViewAgent/*Agent/ to reduce noise and match file nameshjk2010-12-141-2/+2
* debugger: split debuggeragents.{h,cpp} int {memory,disassembler}agent.{h,cpp}hjk2010-12-081-2/+5
* lldb: have a proper Agent tranfering the sourcecodeArvid Ephraim Picciani2010-12-021-11/+11
* lldb: show disasembly if frame unusableArvid Ephraim Picciani2010-12-021-1/+1
* lldb: change startup sequence to preload the binaryArvid Ephraim Picciani2010-12-021-0/+1
* lldb: fetch source from remote, if not locally validArvid Ephraim Picciani2010-12-011-1/+33
* lldb: move away from local sockets to stdio comsArvid Ephraim Picciani2010-11-291-2/+2
* lddb: fix tons of missing breaksArvid Ephraim Picciani2010-11-291-0/+7
* lldb: flush socket after terminator to prevent severe lagArvid Ephraim Picciani2010-11-261-0/+4
* debugger: code cosmeticshjk2010-11-261-13/+12
* Adapt Lldb to dissasembler changesArvid Ephraim Picciani2010-11-241-5/+6
* debugger: make debugger view data store more structuredhjk2010-11-241-3/+3
* Adapt IpcEngine to breakpoint handling changesArvid Ephraim Picciani2010-11-221-6/+10
* overhaul process argument handlingOswald Buddenhagen2010-11-171-1/+1
* Fix compilationArvid Ephraim Picciani2010-11-171-8/+7
* debugger: remove breakpoint notification indirection through the enginehjk2010-11-161-7/+8
* debugger: remove intermediate BreakpointData stucture layerhjk2010-11-161-16/+16
* debugger: more breakpoint refactoringhjk2010-11-161-1/+1
* debugger: Refactor breakpoint handling.hjk2010-11-151-7/+8
* Experimental lldb engine hostArvid Ephraim Picciani2010-11-091-0/+603