summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/lldb
Commit message (Expand)AuthorAgeFilesLines
* Use new static ICore interface.hjk2012-01-242-3/+3
* debugger: compile fix in lldb supporthjk2012-01-201-0/+1
* debugger: replace static capability check by something potentially dynamichjk2012-01-161-0/+1
* SSH: Don't expose SshRemoteProcess object from SshRemoteProcessRunner.Christian Kandeler2011-12-051-4/+3
* Add Qt 5 libraries to .pro files.Friedemann Kleint2011-11-241-2/+2
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-2/+2
* SSH: Derive SshRemoteProcess from QIODevice.Christian Kandeler2011-11-151-2/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1111-22/+22
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0311-22/+22
* | SSH: Improve SshRemoteProcessRunner API.Christian Kandeler2011-11-091-3/+2
* | SSH: SshRemoteProcessRunner does not need to be a shared pointer.Christian Kandeler2011-10-282-13/+19
|/
* 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
* Remove unneeded defines.hjk2011-07-141-1/+2
* debugger: split BreakpointIndex into plugin and debugger specific parthjk2011-06-275-38/+38
* debugger: display "sub-breakpoints"hjk2011-06-201-14/+21
* Fix/add copyright headersTobias Hunger2011-05-0611-11/+11
* Update license.hjk2011-04-1311-154/+143
* UI text: fix capitalizationLeena Miettinen2011-04-041-1/+1
* Fix typos in source stringsJarek Kobus2011-03-311-1/+1
* Update source stringsJarek Kobus2011-03-301-1/+1
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-251-2/+2
* debugger: fix 'Jump To/Run to' when in instruction-wise modehjk2011-02-236-28/+24
* More copyright fixesTobias Hunger2011-02-181-0/+33
* L10n: tr()-Fixes for 2.2Friedemann Kleint2011-02-152-5/+7
* move src/plugins/coreplugin/ssh to src/lib/utils/sshMilian Wolff2011-02-142-15/+15
* Debugger: Fully qualify signals.Friedemann Kleint2011-02-041-1/+1
* Debugger: Fully qualify signals.Friedemann Kleint2011-02-041-2/+2
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-243-15/+18
* It's 2011 now.con2011-01-1210-10/+10
* Debugger: Header cleanupFriedemann Kleint2011-01-102-0/+2
* License headers, part 2con2010-12-1710-70/+110
* debugger: introduce the concept of a 'Location', used by gotoLocationhjk2010-12-171-2/+2
* Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-162-2/+2
* debugger: s/*ViewAgent/*Agent/ to reduce noise and match file nameshjk2010-12-142-4/+4
* lldb: remove superfluous debugeragents includeArvid Ephraim Picciani2010-12-131-1/+0
* debugger: split debuggeragents.{h,cpp} int {memory,disassembler}agent.{h,cpp}hjk2010-12-082-4/+9
* lldb: remove incorrect running hints from step funcsArvid Ephraim Picciani2010-12-061-6/+0
* lldb: spit out canonical path for frame sourceArvid Ephraim Picciani2010-12-061-0/+2
* lldb: have a proper Agent tranfering the sourcecodeArvid Ephraim Picciani2010-12-022-11/+13
* lldb: show disasembly if frame unusableArvid Ephraim Picciani2010-12-021-1/+1
* lldb: change startup sequence to preload the binaryArvid Ephraim Picciani2010-12-022-9/+14
* lldb: fetch source from remote, if not locally validArvid Ephraim Picciani2010-12-016-4/+75
* lldb: exit guest on EOFArvid Ephraim Picciani2010-12-011-0/+2
* lldb: introduce dialog to start engine remotelyArvid Ephraim Picciani2010-12-012-21/+148
* lldb: move away from local sockets to stdio comsArvid Ephraim Picciani2010-11-299-63/+158
* lddb: fix tons of missing breaksArvid Ephraim Picciani2010-11-291-0/+7
* lldb: remove runlockArvid Ephraim Picciani2010-11-263-10/+5
* lldb: disable gdb emulation by defaultArvid Ephraim Picciani2010-11-261-1/+1
* lldb: flush socket after terminator to prevent severe lagArvid Ephraim Picciani2010-11-264-3/+18