summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-0420-216/+1176
* Patch from Filipe Cabecinhas that uses argparse in dotest.py instead of a han...Greg Clayton2012-09-041-305/+237
* Patch from info from Daniel Malea that should fix the build on linux after fi...Greg Clayton2012-09-042-0/+3
* Improved "objc_refs" a bit to be able to find all instances of a class'Greg Clayton2012-09-043-13/+132
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-0114-32/+364
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-0111-20/+270
* <rdar://problem/12069589>Greg Clayton2012-09-012-52/+49
* Add a convenience function to get the range containing a given PC specified a...Jim Ingham2012-08-312-0/+13
* Make the tab character in the thread frame lines optional.Jason Molenda2012-08-311-1/+1
* <rdar://problem/12202862>Greg Clayton2012-08-313-17/+21
* Fix indentation.Greg Clayton2012-08-311-4/+4
* Added command lists that can be executed on launch, stop, crash and exit. Add...Greg Clayton2012-08-311-15/+71
* Added an example that show correct usage of the async process event API.Greg Clayton2012-08-311-0/+139
* Added the ability to verify the LLDB API on MacOSX using a script. Usage is:Greg Clayton2012-08-301-0/+84
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-307-8/+66
* Fixed a potential crash in PlatformLinux ifSean Callanan2012-08-291-1/+2
* <rdar://problem/11757916>Greg Clayton2012-08-29111-813/+1457
* Instead of using re.split and requiring two spaces between the "regname: regv...Jason Molenda2012-08-281-1/+2
* rdar://problem/11374963Johnny Chen2012-08-281-0/+9
* Fix wrong logic with respect to warning messages.Johnny Chen2012-08-281-2/+11
* Fix a redundant computation.Johnny Chen2012-08-281-1/+1
* Fixes by Daniel Malea.Filipe Cabecinhas2012-08-282-2/+3
* Simplify the typecheck code.Filipe Cabecinhas2012-08-281-10/+4
* Fixing a potential control may reach end of non-void function issueEnrico Granata2012-08-271-0/+1
* Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...Enrico Granata2012-08-273-5/+206
* Fix include path for Linux and FreeBSD.Filipe Cabecinhas2012-08-271-1/+1
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-256-39/+99
* Add the "expr" command to the gdb command equivalents.Jim Ingham2012-08-241-0/+58
* Providing an additional Python command exampleEnrico Granata2012-08-241-0/+33
* Changed register ValueObjects to report theirSean Callanan2012-08-242-0/+9
* rdar://problem/11811338Johnny Chen2012-08-242-1/+30
* 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-2411-52/+140
* We have a partially working OS plug-in through python!Greg Clayton2012-08-243-12/+20
* Fixing an issue in the OS sampleEnrico Granata2012-08-241-0/+1
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-249-124/+326
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-243-3/+9
* Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...Enrico Granata2012-08-244-4/+160
* 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-247-13/+244
* Fix a typo.Johnny Chen2012-08-241-1/+1
* Switch over to using object instances for all PythonData objects.Greg Clayton2012-08-232-86/+178
* Clarify the doc string for register-name a bit, add flags.Jim Ingham2012-08-231-1/+4
* Take '--help' as well as '-h' as hint to emit the usage output.Johnny Chen2012-08-231-1/+1
* Document the generic register names in help for register-name.Jim Ingham2012-08-231-1/+15
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-235-1/+93
* A first version of a bunch of classes that wrap commonly used Python objects ...Enrico Granata2012-08-234-0/+459
* Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton2012-08-236-1/+370
* gdb format should default to count of 1.Jim Ingham2012-08-231-2/+2
* Make the substring un-matching more robust.Johnny Chen2012-08-231-1/+1
OpenPOWER on IntegriCloud