summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* Move the post-build step that creates lldb.py.Zachary Turner2014-07-101-10/+0
* Reapply typo fix.Bruce Mitchener2014-07-101-1/+1
* Fix a type mismatch in NativeProcessLinux that shows up in 32-bit builds.Todd Fiala2014-07-101-1/+1
* Fixes for broken Debian build - g++ 4.7 support.Todd Fiala2014-07-102-5/+16
* Make sure the "command regex add" has a unique name for editline history purp...Greg Clayton2014-07-091-1/+1
* Dont' use a random probe & alloc strategy for the IRMemoryMap.Zachary Turner2014-07-091-30/+8
* Fix tests broken by the OptionValidator changes.Zachary Turner2014-07-095-1/+21
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-0934-429/+498
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-0912-25/+25
* Correct indentation level for one line.Jason Molenda2014-07-091-1/+1
* Tweak for lldb coding style consistency.Jason Molenda2014-07-081-1/+2
* Add the ability to provide a "count" option to the various "thread step-*" op...Jim Ingham2014-07-082-11/+88
* Document the "thread.completed-expression" feature in the "expression" comman...Jim Ingham2014-07-081-0/+9
* Fix typos.Bruce Mitchener2014-07-0825-35/+35
* Simplify Host::GetOSVersion() on macosx.Jean-Daniel Dupas2014-07-081-46/+7
* Fix broken tests due to new error output.Todd Fiala2014-07-0834-497/+428
* Implment "platform process list" for Windows.Zachary Turner2014-07-082-2/+125
* Fix a compilation failure caused by a non-const reference.Zachary Turner2014-07-081-1/+1
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-085-13/+118
* Invalidate process UID/GID-related command options on Windows.Zachary Turner2014-07-075-37/+107
* Allow specification of no source display on stop.Todd Fiala2014-07-071-5/+4
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-0613-2056/+2038
* Update lldb code to match the change in clang r212386Sylvestre Ledru2014-07-061-1/+1
* Track changes from clang r212388Alp Toker2014-07-062-9/+6
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-3/+3
* Windows build fixes and removal of endlessly recursive termination function.Todd Fiala2014-07-041-9/+0
* Fix OptionDefinition break from r212290.Todd Fiala2014-07-041-15/+15
* Fix -Wnull-conversion warning.Zachary Turner2014-07-031-1/+1
* Adds the notion of an OptionValidator.Zachary Turner2014-07-0331-380/+379
* Fix compilation errors introduced by host Pipe abstractionZachary Turner2014-07-031-6/+5
* Add enumerations for additional languages from DWARF spec updates.Bruce Mitchener2014-07-033-1/+15
* lldb - problem with some PTRACE_* constants in NativeProcessLinux.cpp fileTodd Fiala2014-07-021-1/+15
* Add host layer support for pipes.Greg Clayton2014-07-025-101/+215
* Removing Carbon dependency by removing obsolete code.Jean-Daniel Dupas2014-07-021-93/+0
* If a breakpoint gets deleted, any SBBreakpoints representing thatJim Ingham2014-07-021-1/+6
* Start converting usages of off_t to other types.Zachary Turner2014-07-028-29/+30
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-0234-50/+55
* Add Kalimba support to ArchSpec.Todd Fiala2014-07-011-2/+6
* Fix typos.Bruce Mitchener2014-07-0140-109/+109
* Minumum -> Minimum.Bruce Mitchener2014-07-011-3/+3
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-014-1/+16
* Use native ::pid_t in Linux ProcessMonitor (local debugging).Todd Fiala2014-07-011-14/+19
* Fix Windows build after llgs upstream.Zachary Turner2014-07-011-0/+2
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-308-55/+43
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-3059-170/+11335
* Factored out Linux proc file reading into separate class.Todd Fiala2014-06-304-62/+147
* Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.Todd Fiala2014-06-304-363/+757
* Don't truncate the target triple when initializing clang.Zachary Turner2014-06-271-13/+0
* Fix ObjectFileELF to determine architectures independent of host.Todd Fiala2014-06-272-37/+303
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-2722-50/+70
OpenPOWER on IntegriCloud