aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-11-05Fixes for LLDB build to work around host 4.6.2+ compiler issues.android-wear-5.0.0_r1android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releaseTodd Fiala
2013-08-07New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea
2013-07-30<rdar://problem/14526890>Greg Clayton
2013-07-29Use flag instead of rwlock state to track process running stateEd Maste
2013-07-26Add an SBFrame::FindRegister() method to make it a littleJason Molenda
2013-07-26Refine the fix in r187094 to only distrust the StackID comparision when we ar...Jim Ingham
2013-07-25Set thread names on FreeBSDEd Maste
2013-07-25Remove unused codeEd Maste
2013-07-25Handle the case where we are stepping through code with no symbols, so we can...Jim Ingham
2013-07-23elf-core: Parse vendor-specific notesEd Maste
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham
2013-07-15Remove unused RunLocker and related codeEd Maste
2013-07-15<rdar://problem/13793059>Greg Clayton
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-12Added Repr() and Str() member functions to our PythonObject class to allow ea...Enrico Granata
2013-07-12The correct max value for size_t variables is SIZE_MAX not UINT64_MAX. Remov...Jim Ingham
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-11Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-07-03Remove lldb's custom copy of the C++ demangler, used only on MacJason Molenda
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-07-01Following the modification introduced in llvm by commit 185311Sylvestre Ledru
2013-06-28Hitherto the IRForTarget infrastructure has mainlySean Callanan
2013-06-28FileSpec destructor doesn't need to be virtual.Greg Clayton
2013-06-28ArchSpec doesn't need a virtual destructor.Greg Clayton
2013-06-28PathMappingList doesn't need a virtual destructor.Greg Clayton
2013-06-27Cleanup of IRForTarget. Removed some relics ofSean Callanan
2013-06-27Remove the process's reservation cache and don'tSean Callanan
2013-06-26Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatterJason Molenda
2013-06-25<rdar://problem/14266411>Enrico Granata
2013-06-24<rdar://problem/14182286>Han Ming Ong
2013-06-24Remove comment that is no longer applicableEd Maste
2013-06-21<rdar://problem/14004410>Han Ming Ong
2013-06-21Adding two new markers to the ${var..} specifierEnrico Granata
2013-06-20In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata
2013-06-20Fixed a problem with materialization andSean Callanan
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2013-06-18<rdar://problem/14194128>Enrico Granata
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham
2013-06-18<rdar://problem/12717717>Enrico Granata
2013-06-18<rdar://problem/13270271>Enrico Granata
2013-06-17<rdar://problem/14134716>Enrico Granata
2013-06-14Remove unused Host macro.Matt Kopec
2013-06-13Added a SBSection::GetParent() to the API.Greg Clayton
2013-06-12<rdar://problem/11914077>Enrico Granata