summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Added gdb-remote test for s packet, single stepping.Todd Fiala2014-06-092-22/+220
* Remove invalid comment from last commit.Todd Fiala2014-06-061-1/+0
* Added gdb-remote program counter check at breakpoint.Todd Fiala2014-06-062-80/+184
* Added gdb-remote test for software breakpoints.Todd Fiala2014-06-052-17/+140
* Remove unused defines from lldb driver.Todd Fiala2014-06-051-3/+0
* Move MemoryRegionInfo out of Target/Process.h into its own header.Todd Fiala2014-06-043-85/+106
* Added gdb-remote $qMemoryRegionInfo tests for heap and stack.Todd Fiala2014-06-043-46/+182
* Add gdb-remote test for $qMemoryRegionInfo code querying.Todd Fiala2014-06-042-1/+113
* Add gdb-remote test to ensure $qMemoryRegionInfo is supported.Todd Fiala2014-06-041-0/+29
* Fix a couple minor typos in $qMemoryRegionInfo packet docs.Todd Fiala2014-06-041-2/+2
* Added gdb-remote memory read ($m) test.Todd Fiala2014-06-032-3/+86
* Windows fix: Disable editline for MSVC. Since r208369 there have been issues,...Colin Riley2014-06-031-1/+2
* Windows fix: Condition::Wait returned failure when it actually succeeded (Sle...Colin Riley2014-06-031-1/+1
* Fix windows build: SBTypeEnumMember.cpp added to the separate windows liblldb...Colin Riley2014-06-031-0/+1
* Small cleanups for the new enum fixes:Greg Clayton2014-06-023-10/+18
* Add support for inspecting enum members.Todd Fiala2014-06-0220-2/+608
* Add executable extension to debugger name, run dotest via binary.Todd Fiala2014-06-022-3/+3
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-026-61/+70
* Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...Greg Clayton2014-05-301-35/+8
* gdb-remote signal delivery test cleanup.Todd Fiala2014-05-303-49/+199
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-298-81/+302
* gdb-remote testing: new test, cleaned up socket reading.Todd Fiala2014-05-295-129/+521
* Fixed the Module::Module(ModuleSpec) constructor to properly copy the file of...Greg Clayton2014-05-291-2/+2
* Fix r209807 which inadvertently removed thingsArnaud A. de Grandmaison2014-05-291-0/+3
* Fix build. Method was renamed in r209800.Nikola Smiljanic2014-05-291-5/+2
* Disabled warning C4251 on MSVC builds.Todd Fiala2014-05-281-0/+1
* Cmake build changes.Todd Fiala2014-05-281-11/+19
* Fix Windows warnings.Todd Fiala2014-05-287-14/+12
* Avoid passing null signal name for Log %s argumentEd Maste2014-05-281-3/+7
* Fix whitespace / formattingEd Maste2014-05-282-15/+15
* Remove unused variable.Greg Clayton2014-05-281-2/+0
* Allow classes to be intialized using current lldb::SB objects. This can help ...Greg Clayton2014-05-281-4/+55
* Add stdlib.h for malloc and friendsEd Maste2014-05-261-0/+2
* Remove include of obsolete stropts.h headerEd Maste2014-05-261-1/+0
* Use MIUtilSystemLinux on FreeBSD as wellEd Maste2014-05-263-3/+3
* Add missing headerEd Maste2014-05-261-0/+1
* Add a lock ivar to the Platform so that multiple TargetsJason Molenda2014-05-232-3/+9
* Remove some unnecessary comments from previous check-in.Todd Fiala2014-05-231-51/+47
* Added gdb remote tests to verify $Hg{thread-id}.Todd Fiala2014-05-234-7/+215
* Fixed the Symbol code to resolve the callable addressSean Callanan2014-05-233-27/+63
* Instead of having an UnwindTable own a single assembly profiler, Jason Molenda2014-05-234-24/+40
* Revert r209488; Greg suggests a different approach.Jason Molenda2014-05-234-28/+13
* The UnwindTable (one per module) used to hand out shared pointersJason Molenda2014-05-234-13/+28
* Make sure SectionLoadHistory::GetCurrentSectionLoadList () is thread safe.Greg Clayton2014-05-221-0/+1
* Added gdbremote protocol test for $p and returned data size.Todd Fiala2014-05-221-0/+78
* Change ProcessKDP::DoReadMemory() to break up large memoryJason Molenda2014-05-211-1/+25
* Added tests for q{f,s}ThreadInfo for attached processes.Todd Fiala2014-05-211-28/+115
* Added gdb-remote tests for q{f,s}ThreadInfo.Todd Fiala2014-05-212-3/+134
* Implement Host::GetThreadName for FreeBSDEd Maste2014-05-211-0/+29
* Update for llvm api change in r209266.Rafael Espindola2014-05-211-3/+6
OpenPOWER on IntegriCloud