- 141eeac Fix assertion conditions. by Stephen Wilson · 14 years ago
- 0b14098 Logic fix to properly determine when a symbol is not from the current by Greg Clayton · 14 years ago
- 7a45a2f More constructor warning fixes from William Lynch. by Benjamin Kramer · 14 years ago
- 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
- 336a000 Added the necessary code to copy variables used by by Sean Callanan · 14 years ago
- 1e591ce Fixed a copyright header. by Greg Clayton · 14 years ago
- 36a0810 Fix constructor initialization order. Patch by Bill Lynch. by Benjamin Kramer · 14 years ago
- 810f22d Wrote the code that looks at a context to see by Sean Callanan · 14 years ago
- 8d82506 Oops, didn't define AreTypesSame correctly. by Sean Callanan · 14 years ago
- 5510ddd Added a function to test whether two types are the same. by Sean Callanan · 14 years ago
- bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 14 years ago
- a99afce Don't call PrepareForResume on threads that aren't going to get a chance to run this time around. by Jim Ingham · 14 years ago
- 81cfc99 Stepping through a trampoline should do "stop others" unless All Threads is requested. by Jim Ingham · 14 years ago
- bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
- 5565cd1 Remove our local ELF definitions and rely on llvm/Support/ELF.h instead. by Stephen Wilson · 14 years ago
- ddd2962 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 14 years ago
- 193e6d5 Removed unused variable "log". by Greg Clayton · 14 years ago
- 8bce665 "expr -i" now performs the required transforms to by Sean Callanan · 14 years ago
- 980d067 Patch from Jean-Daniel Dupas: by Greg Clayton · 14 years ago
- f6d49a5 Don't build the SymbolVendor/MacOSX when not building on Darwin. by Greg Clayton · 14 years ago
- 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
- 5b668b5 Properly set the PlanKind for the ThreadPlanStepRange derived classes. by Jim Ingham · 14 years ago
- 7991225 A few more misc warning fixes. by Eli Friedman · 14 years ago
- 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
- f3e9d3c Remove unnecessary directory (accidentally committed with r108009). by Eli Friedman · 14 years ago
- 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
- bc4f0f5 Moved NDEBUG from a global setting to a specific hack. by Sean Callanan · 14 years ago
- 596ba27 64 bit ELF support from Stephen Wilson. by Greg Clayton · 14 years ago
- 121f331 Added some comments to clarify where "init_lldb" comes from. by Greg Clayton · 14 years ago
- c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
- c2f3535 Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
- c4e0752 Declare LLDBVersionNumber extern "C" to make sure clang++ mangles it properly. Patch from Jean-Daniel Dupas! by Benjamin Kramer · 14 years ago
- 7ae20c4 Fix build for newer versions of GCC that don't include cstring implicitly. Based on a patch by Pawel Wodnicki! by Benjamin Kramer · 14 years ago
- eb43f59 Remove includes for removed files... by Jim Ingham · 14 years ago
- 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
- 5d9cbd4 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 14 years ago
- 748b72f Fixed an issue with looking up line table entries by address where internal by Greg Clayton · 14 years ago
- d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
- ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
- 90bc5c6 Remove extraneous semicolon after if condition (from Jean-Daniel Dupas). by Greg Clayton · 14 years ago
- 47ebf9b Avoid duplicate names (something else that clang++ really doesn't like) in by Greg Clayton · 14 years ago
- f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
- 099c797 Jean-Daniel Dupas patch that fixes a bad if statement with assignment. by Greg Clayton · 14 years ago
- cdcb156 Change order of initialization. by Eric Christopher · 14 years ago
- 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
- cdd22d0 Plugged 4 more leaks in the libunwind code. One leaks is still left in as it by Greg Clayton · 14 years ago
- 051052f Fixes to improve logging (by printing basic by Sean Callanan · 14 years ago
- 702abd6 Small fixes to the DWARF relocator. by Sean Callanan · 14 years ago
- dcb658b Added the skeleton of a transformation pass to by Sean Callanan · 14 years ago
- 5bc37a4 Implement GetProgramFileSpec(). by Eli Friedman · 14 years ago
- 7c7c19d Add hacky, incomplete Linux host implementation; barely enough to allow by Eli Friedman · 14 years ago
- 9c3cfe3 Add const qualification; fixes error on gcc 4.4. by Eli Friedman · 14 years ago
- c4f5110 Updated to llvm/clang from July 2, 2010 at 8:00AM. by Greg Clayton · 14 years ago
- b352ebd Added a method to get a stream's byte order. by Sean Callanan · 14 years ago
- e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
- 84a0d33 Remove duplicate def'n from FileSpec.h. by Jim Ingham · 14 years ago
- 99e79df Removed the thread specific data that was being used for demangling since by Greg Clayton · 14 years ago
- 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago
- b1a9862 Added a missing static function prototype to FileSpec.h for ResolveUsername. by Greg Clayton · 14 years ago
- a30baf5 Moved the User Name expansion over to FileSpec, and converted it to use getpwname directly. by Jim Ingham · 14 years ago
- cf7f1ad Fixed up disassembly to not emit the module name before all function names by Greg Clayton · 14 years ago
- 2cf6e9e Removed a commented out function and did a little reformatting. by Greg Clayton · 14 years ago
- 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
- 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
- bdbb9af Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3). by Benjamin Kramer · 14 years ago
- 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
- 034a7c3 A little code cleanup to not create an script bridging object just to feed by Greg Clayton · 14 years ago
- 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
- 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
- adb8429 Handle completing "-" and "--". by Jim Ingham · 14 years ago
- 8b9af1c Convert direct access to the required & optional option sets to an accessor so we can lazily run BuildValidOptionSet, but make sure it is done before access. by Jim Ingham · 14 years ago
- 9a57417 Fix a bug in handling command resolution for non-exact matches. Now we will correctly give help options when there are both aliases & real commands matching the current input string. by Jim Ingham · 14 years ago
- 5e173d4 Improved printing of LLVM IR. We now print by Sean Callanan · 14 years ago
- 46b6249 Extensive code cleanup of the expression command. by Sean Callanan · 14 years ago
- 848960c Added the temporary -i option to expr, which by Sean Callanan · 14 years ago
- 705d678 Fixed the log streams for logs that output to by Sean Callanan · 14 years ago
- 3c821cc Fixes for array handling and dynamic type casting by Sean Callanan · 14 years ago
- 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
- 6184dfe Updated the expression parser to use proper logging when by Sean Callanan · 14 years ago
- 8f0dc34 Added support to the expression parser for locating by Sean Callanan · 14 years ago
- 0b145ba Avoid tolower, it's slow and unnecessary. by Benjamin Kramer · 14 years ago
- 86c73c1 Turns out __cxa_demangle returns the size of the buffer instead of the size of by Benjamin Kramer · 14 years ago
- 9c6898b Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. by Jim Ingham · 14 years ago
- 8e10cf9 Reduce code duplication. by Benjamin Kramer · 14 years ago
- 7d25348 Ensure GetDemangledName's thread safety by making the demangle buffer thread specific. by Benjamin Kramer · 14 years ago
- 726cccb Move trivial parts of UserID into the header. by Benjamin Kramer · 14 years ago
- f9a232b Move a bunch of trivial methods into the header. These compile down to 1-2 by Benjamin Kramer · 14 years ago
- 3ae9340 Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely on by Benjamin Kramer · 14 years ago
- dfe3df9 Return false from FileSpec::GetPath early instead of making the return value by Benjamin Kramer · 14 years ago
- 5d2832c Don't snprintf directly into a std::string, it's undefined behavior per C++03. by Benjamin Kramer · 14 years ago
- 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
- d457122 Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. by Jim Ingham · 14 years ago
- 285c23e Remove an include of the deleted CommandObjectStatus.h. by Jim Ingham · 14 years ago
- 8e5e38f Adding setting thread specific breakpoints by name, ID, index & queue name to the SB interfaces. by Jim Ingham · 14 years ago
- 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
- 649492b Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather by Jim Ingham · 14 years ago
- 10622a2 Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 14 years ago
- a1e1475 Fix comment, per Chris' suggestion. by Owen Anderson · 14 years ago
- 944be70 Unstick the -r option for the disassemble command. by Sean Callanan · 14 years ago
- 0a298dc Fixed a problem where invalid triples were being passed by Sean Callanan · 14 years ago