summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
Commit message (Expand)AuthorAgeFilesLines
* Use absolute module path when possible if sent in svr4 packetsFrancis Ricci2016-04-271-8/+1
* Maintain register numbering across xml include featuresFrancis Ricci2016-04-251-6/+7
* Properly unload modules from target image list when using svr4 packetsFrancis Ricci2016-04-251-2/+24
* Use Process Plugin register indices when communicating with remoteFrancis Ricci2016-04-252-8/+9
* Fix unwind failures when PC points beyond the end of a functionUlrich Weigand2016-04-241-5/+7
* Support Linux on SystemZ as platformUlrich Weigand2016-04-1417-0/+1891
* Add new ABI callback to provide fallback unwind register locationsUlrich Weigand2016-04-141-26/+16
* Process: fix the build with certain kernel versionsSaleem Abdulrasool2016-04-121-0/+2
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-081-4/+5
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-14/+0
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-072-20/+39
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-062-39/+20
* Fix a cornercase in breakpoint reportingPavel Labath2016-04-061-0/+17
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-052-19/+14
* Fix a bug in linux core file handlingPavel Labath2016-04-052-0/+18
* Set the architecture type from minidump more precisely. Differentiate i686 v...Adrian McCarthy2016-04-041-2/+10
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-012-4/+36
* Unicode support on Win32.Zachary Turner2016-03-223-10/+23
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-37/+20
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-161-2/+2
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-3/+3
* Try to fix windows build after rL262863Tamas Berghammer2016-03-081-1/+1
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-0717-60/+60
* NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.Adrian McCarthy2016-02-292-274/+309
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-2/+2
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-27/+25
* Get register context for the 32-bit process in a WoW64 process minidumpAdrian McCarthy2016-02-252-8/+93
* Work around a stepping bug in arm64 android MPavel Labath2016-02-237-95/+354
* [linux] Remove all traces of signalfd(2)Pavel Labath2016-02-231-1/+0
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-182-21/+32
* Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer2016-02-161-6/+6
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-164-4/+5
* Additional fix to my change in r259983 to handle theJason Molenda2016-02-131-5/+11
* Improve ReadRegister for RegisterContextWindowsx86Adrian McCarthy2016-02-112-30/+27
* Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer2016-02-101-6/+6
* ProcessMachCore scans through the core file pages looking for aJason Molenda2016-02-061-0/+32
* Add a little logging to ProcessMachCore so it is easier to tell when a user p...Jason Molenda2016-02-041-3/+16
* Provide arguments for all the format string placeholders!Adrian McCarthy2016-02-041-1/+1
* Pass socket scheme as part of debug server listen URL.Oleksiy Vyalov2016-02-031-0/+1
* [NetBSD] Remove dead code.Davide Italiano2016-02-031-7/+0
* The SetStopInfo from a Mach Exception was setting the stopJim Ingham2016-02-031-0/+2
* Set correct thread stop info when single-step lands on a breakpoint [Windows]Adrian McCarthy2016-02-021-5/+19
* Fix single-stepping onto a breakpointPavel Labath2016-02-022-26/+8
* NetBSD: Define initial RegisterContextNetBSD_x86_64Kamil Rytarowski2016-02-023-0/+400
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-012-11/+58
* Remove autoconf support from source directories.Eugene Zelenko2016-01-288-136/+0
* A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton2016-01-281-1/+2
* Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda2016-01-202-4/+7
* Update for llvm change. NFC.Rafael Espindola2016-01-181-1/+1
* Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2016-01-132-1/+48
OpenPOWER on IntegriCloud