summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix silly compilation error.Zachary Turner2014-06-251-2/+2
* Fix a bug in the IRMemoryMap which generated bogus allocations.Zachary Turner2014-06-252-18/+39
* Replace GCC-specific intrinsic with portable alternative.Zachary Turner2014-06-251-1/+5
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-2520-17/+176
* Remove extra newline from log PrintfEd Maste2014-06-251-1/+1
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-249-11/+107
* Rework fix in r201744. You really DO need to waitpid twice to get theJim Ingham2014-06-245-11/+13
* Fix up Windows build for the SBUnixSignals addition.Todd Fiala2014-06-242-0/+7
* Restore r211547: Add newline on last line of a few files.Ed Maste2014-06-243-3/+3
* Restore fixes reverted by r211607:Ed Maste2014-06-245-5/+6
* Remove unused files, causing CMake build error.Deepak Panickal2014-06-242-181/+0
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-24113-1485/+7722
* Fix error handling for the AppleGetQueues and AppleGetPendingItemsJason Molenda2014-06-232-0/+2
* Add newline on last line of a few files.Jason Molenda2014-06-234-4/+4
* Temporarily roll back the parts of r211241 where I fixed aJason Molenda2014-06-232-2/+2
* Don't set the ABI to apcs-gnu for non-ARM iOS targets (i.e., theSean Callanan2014-06-231-2/+3
* Part 2 of SBUnitSignals check-in.Todd Fiala2014-06-233-0/+74
* Add SBUnixSignals.iEd Maste2014-06-231-0/+74
* Add API control of the signal disposition.Todd Fiala2014-06-2312-2/+327
* lldb: deal with non-portable PTRACE-related constantsTodd Fiala2014-06-231-0/+20
* Remove useless declarationSylvestre Ledru2014-06-221-1/+0
* Remove useless callSylvestre Ledru2014-06-211-1/+0
* Simplify the code (variable bValid is not really interesting)Sylvestre Ledru2014-06-211-7/+4
* Remove useless declarationSylvestre Ledru2014-06-211-3/+0
* Fix a gdbremote bug in _M/_m stub support detection.Todd Fiala2014-06-211-2/+6
* Fixed the "log enable gdb-remote packets" to support dumping the binary memor...Greg Clayton2014-06-201-3/+42
* Added gdb-remote tests for Q{Save,Restore}RegisterState.Todd Fiala2014-06-203-95/+309
* Command files that switch input handlers didn't work, now they do.Greg Clayton2014-06-201-3/+23
* Test commit: Correct type in two comments.John Wolfe2014-06-191-2/+2
* Switch over to using object_getClass to get the class of an object. Previous...Jim Ingham2014-06-191-27/+39
* Fixed up gdb-remote auxv regex issues with binary data.Todd Fiala2014-06-193-11/+39
* Actually make a real scoped locker rather than constructing one that gets imm...Jim Ingham2014-06-181-9/+8
* Add a lock in the UnwindTable class so two Targets won't tryJason Molenda2014-06-184-2/+13
* Don't allow multiple line entries with the same address to exist sequentially.Greg Clayton2014-06-181-1/+11
* Add an option for debugserver to propagate its environment to programs it lau...Greg Clayton2014-06-181-0/+18
* Add locking around the m_owners collection in the breakpoint site. If we are...Jim Ingham2014-06-182-1/+13
* Added gdb-remote auxv test for chunked reads.Todd Fiala2014-06-172-0/+82
* Those were not the right defines for memory errors, and the right defines aren'tJim Ingham2014-06-171-8/+1
* Fix up lldb cmake linker flags for MacOSX.Todd Fiala2014-06-171-1/+2
* Added gdb-remote auxv tests.Todd Fiala2014-06-173-8/+233
* Avoid crashing on invalid or unreadable ELF coreEd Maste2014-06-171-1/+2
* Don't hardcode path to codesign_allocate.Kuba Brecka2014-06-161-1/+5
* Correctly classify code sections as code sections by using the S_ATTR_PURE_IN...Greg Clayton2014-06-161-113/+149
* Don't allow two threads to create/use the section list before it has been ful...Greg Clayton2014-06-161-0/+3
* [cmake] Switch python install to use an 'install(DIRECTORY...)' cmakeChandler Carruth2014-06-162-15/+2
* Move x86-specific struct user code for Linux ProcessMonitor behind #define gu...Todd Fiala2014-06-161-0/+4
* Minor gdb-remote test QListThreadsInStopReply changes from llgs branch.Todd Fiala2014-06-152-5/+7
* Added several gdb-remote tests around QListThreadsInStopReply.Todd Fiala2014-06-142-1/+176
* Properly terminated POSIX register sets with LLDB_INVALID_REGNUM.Todd Fiala2014-06-141-11/+17
* Added gdb-remote expedited register dupe check.Todd Fiala2014-06-142-2/+41
OpenPOWER on IntegriCloud