- May 16, 2012
-
-
Johnny Chen authored
The redo.py script can take no argument where it uses heuristics to find the latest session directory. llvm-svn: 156931
-
Jim Ingham authored
llvm-svn: 156928
-
Jim Ingham authored
llvm-svn: 156927
-
Filipe Cabecinhas authored
This test is run after TestAbbreviations and was making runCmd("h") fail in that test, on the second tested architecture (two commands would be avilable for "h": "help" and "hello"). Later I'm sending a patch for review to add some information to the error message for that case. llvm-svn: 156918
-
Greg Clayton authored
Make sure that our thread list can't get out of date like was happening before Jims fix in revision 156894. llvm-svn: 156898
-
Jim Ingham authored
Always call RefreshStateAfterStop when we get a stop event. We were skipping doing it in the case where we had interrupted the target. Presumably at some point in the past RefreshStateAfterStop was done more directly when we handled the interrupt, but it isn't any more so now we need to do it all the time. llvm-svn: 156894
-
Jim Ingham authored
llvm-svn: 156891
-
Jason Molenda authored
llvm-svn: 156888
-
Jason Molenda authored
llvm-svn: 156887
-
Jason Molenda authored
DataVisualization.h / DataVisualization.cpp / ValueObject.cpp and FormatManager.h / FormatManager.cpp llvm-svn: 156886
-
Jim Ingham authored
llvm-svn: 156885
-
Jason Molenda authored
llvm-svn: 156884
-
Jason Molenda authored
<rdar://problem/10800927> llvm-svn: 156883
-
Johnny Chen authored
llvm-svn: 156882
-
rdar://problem/11246147Greg Clayton authored
Make sure our debugger STDIN read thread shuts down quickly when we are done with it. We had a case where the owner of the file handle was not closing it and caused spins. llvm-svn: 156879
-
Johnny Chen authored
llvm-svn: 156876
-
- May 15, 2012
-
-
Johnny Chen authored
llvm-svn: 156855
-
Greg Clayton authored
llvm-svn: 156845
-
rdar://problem/11455398Greg Clayton authored
Add "--name" option to "image lookup" that will search both functions and symbols. Also made all of the output from any of the "image lookup" commands be the same regardless of the lookup type (function name, symbol name, func or symbol, file and line, address, etc). The --verbose or -v option also will expand the results as needed and display things so they look the same. llvm-svn: 156835
-
Greg Clayton authored
llvm-svn: 156797
-
rdar://problem/11451919Greg Clayton authored
Fixed the test suite not working on i386 due to recent default arch detection changes. llvm-svn: 156796
-
rdar://problem/11240464Greg Clayton authored
Correctly unique a class' methods when we detect that a class has been uniqued to another. llvm-svn: 156795
-
Enrico Granata authored
Fixing a bug where the summary for certain NSStrings was being returned as empty in spite of the string actually having a content llvm-svn: 156793
-
- May 14, 2012
-
-
Enrico Granata authored
llvm-svn: 156779
-
Johnny Chen authored
Fix missing NEON registers for the 'register read' command with the lldb debugserver which supports the 'qRegisterInfo' packet that dynamically discovers remote register context information. o GDBRemoteRegisterContext.h: Change the prototype of HardcodeARMRegisters() to take a boolean flag, which now becomes void HardcodeARMRegisters(bool from_scratch); o GDBRemoteRegisterContext.cpp: HardcodeARMRegisters() now checks the from_scratch flag and decides whether to add composite registers to the already existing primordial registers based on a table called g_composites which describes the composite registers. o ProcessGDBRemote.cpp: Modify the logic of ProcessGDBRemote::BuildDynamicRegisterInfo() to call m_register_info.HardcodeARMRegisters() with the newly introduced 'bool from_scrach' flag. rdar://problem/10652076 llvm-svn: 156773
-
- May 12, 2012
-
-
Jim Ingham authored
Add a useful error message to "log enable" with the wrong number of arguments, and reject "log enable lldb" which just silently did nothing before. llvm-svn: 156686
-
rdar://problem/11439169Greg Clayton authored
"lldb -a i386" doesn't set the calculator mode correctly if run on a 64 bit system. The previous logic always used the current host architecture, not the default architecture. The default arch gets set into a static varaible in lldb_private::Target when an arch is set from the command line: lldb -a i386 We now use the default arch correctly. llvm-svn: 156680
-
-
Jim Ingham authored
llvm-svn: 156668
-
Jim Ingham authored
Also changed the defaults for SBThread::Step* to not delete extant plans. Also added some test cases to test more complex stepping scenarios. llvm-svn: 156667
-
- May 11, 2012
-
-
Greg Clayton authored
llvm-svn: 156651
-
Filipe Cabecinhas authored
swig 2.0+ seems to default to using PyLongObjects, but the __len__() method _must_ return a PyIntObject. llvm-svn: 156639
-
Filipe Cabecinhas authored
llvm-svn: 156638
-
Filipe Cabecinhas authored
llvm-svn: 156637
-
Jim Ingham authored
rdar://problem/11419156 llvm-svn: 156627
-
Greg Clayton authored
Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like: (lldb) platfrom select remote-ios llvm-svn: 156626
-
Jim Ingham authored
llvm-svn: 156624
-
Greg Clayton authored
llvm-svn: 156605
-
Greg Clayton authored
Modified the symbolication.Image object to store its uuid as a uuid.UUID object and made an accessor for getting a normalized UUID value out of the image object. Modified the crashlog darwin module to always create a uuid.UUID object when making the symbolication.Image objects. Also modified it to handle some more types of crash log files and improved the register reading for thread registers of crashed threads. llvm-svn: 156596
-
Greg Clayton authored
Don't intercept the quit command and override what is was doing. This was causing the "lldb" command line to deadlock when the quit command was executed sometimes. llvm-svn: 156595
-