summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-045-155/+689
* Patch from info from Daniel Malea that should fix the build on linux after fi...Greg Clayton2012-09-041-0/+1
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-2/+7
* Fixed a potential crash in PlatformLinux ifSean Callanan2012-08-291-1/+2
* <rdar://problem/11757916>Greg Clayton2012-08-2934-445/+724
* Fix wrong logic with respect to warning messages.Johnny Chen2012-08-281-2/+11
* Fixes by Daniel Malea.Filipe Cabecinhas2012-08-281-2/+2
* Remove printf that go left in the code.Greg Clayton2012-08-241-1/+0
* The OS plug-in can now get data from a python script that implements the prot...Greg Clayton2012-08-245-40/+116
* We have a partially working OS plug-in through python!Greg Clayton2012-08-242-6/+12
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-244-114/+161
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-241-1/+1
* Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...Enrico Granata2012-08-241-4/+24
* Was forcing everyone on ToT to use the PythonOSPlugin.. my badEnrico Granata2012-08-241-1/+1
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-242-11/+33
* Fix a typo.Johnny Chen2012-08-241-1/+1
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-0/+4
* Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton2012-08-234-1/+339
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-227-5/+20
* Added a test for the Python part of SBInputReader callbacks.Filipe Cabecinhas2012-08-221-2/+6
* rdar://problem/11324515Johnny Chen2012-08-221-0/+16
* Some eh_frame unwind instructions will define a return address register;Jason Molenda2012-08-181-11/+32
* When emulating instructions that read from memory,Jason Molenda2012-08-131-0/+1
* <rdar://problem/11791234>Greg Clayton2012-08-111-2/+2
* Revert changes where we copied the expression locations back to using the ref...Greg Clayton2012-08-111-2/+2
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-112-4/+2
* <rdar://problem/11791234>Greg Clayton2012-08-101-3/+5
* Fixed a potential crash where we attempt to readSean Callanan2012-08-101-0/+4
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-094-5/+5
* When compiling with C++11, switch fromSean Callanan2012-08-091-0/+8
* Changed the Opcode::GetData() API so that it didn'tSean Callanan2012-08-071-1/+1
* Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc...Greg Clayton2012-08-071-3/+4
* Improved raw disassembly output for Thumb.Sean Callanan2012-08-061-4/+5
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-0/+2
* <rdar://problem/11275622>Greg Clayton2012-07-311-7/+11
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-1/+1
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-254-1/+55
* Provide subdir of StopInfoMachException.h in #include.Jason Molenda2012-07-251-1/+1
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-203-2/+40
* Change the things we pass to Mangled::SetValue to be ConstStrings instead of Jason Molenda2012-07-201-5/+5
* Changed ProcessGDBRemote to avoid the reservedSean Callanan2012-07-191-1/+14
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-184-13/+13
* Removed a hack that gives zero-length arrays aSean Callanan2012-07-181-3/+0
* <rdar://problem/11852285>Greg Clayton2012-07-171-8/+14
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-1714-250/+174
* Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...Jason Molenda2012-07-172-8/+86
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-1/+1
* Switch nearly all of the use of the UnwindPlan::Row's to go throughJason Molenda2012-07-148-96/+143
* Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined c...Enrico Granata2012-07-131-1/+1
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-135-0/+58
OpenPOWER on IntegriCloud