summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* If Process::Finalize() has been called, don't track process state changes.Greg Clayton2014-07-141-0/+3
* lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.Greg Clayton2014-07-142-9/+24
* Modified gdb-remote tests to run with automatically-chosen ports.Todd Fiala2014-07-141-3/+17
* lldb needs to support DW_op_piece masks for values in subregister and also to...Greg Clayton2014-07-124-5/+102
* Allow generic ARM cores to match any more specific ARM architecture.Greg Clayton2014-07-122-3/+32
* Remove assert now that we have a 'i' character that might come through as wel...Greg Clayton2014-07-111-1/+0
* Don't crash when a SBType is handed out through the API and later used after ...Greg Clayton2014-07-111-71/+193
* Modify ObjectFileELF::GetArchitecture() to avoid calling ParseSectionHeaders(...Todd Fiala2014-07-111-2/+5
* Prevent ObjectFileELF::GetSectionHeaderInfo() from reparsing section headers.Todd Fiala2014-07-111-4/+4
* Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton2014-07-111-0/+12
* Remove code that was merged incorrectly.Greg Clayton2014-07-111-2/+0
* Get the python scripting interface working on Windows.Zachary Turner2014-07-102-1/+13
* Cleanup the iOS simulator code.Greg Clayton2014-07-106-58/+60
* 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
OpenPOWER on IntegriCloud