- e1f47bb Remove asserts that will crash LLDB. These should be changed to return by Greg Clayton · 13 years ago
- 261a18b Make sure we don't lose our stop reply packet in the case where the other by Greg Clayton · 13 years ago
- 19552cb Added some comments. by Greg Clayton · 13 years ago
- 54b3841 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 13 years ago
- 04d397c Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to by Greg Clayton · 14 years ago
- 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 14 years ago
- 4a60f9e Centralize the code that gathers the thread ID list from the remote GDB by Greg Clayton · 14 years ago
- 139da72 Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to by Greg Clayton · 14 years ago
- 8b32be7 A bit of clean up. by Johnny Chen · 14 years ago
- 628cead Fixed a crasher that was happened when a log shared pointer wasn't valid. by Greg Clayton · 14 years ago
- b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 14 years ago
- aeb922c Fixed an issue that broke expression parsing related to backing up by Greg Clayton · 14 years ago
- 3058197 Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts. by Greg Clayton · 14 years ago
- 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 14 years ago
- efe0b80 Add support for the 'G' packet not being implemented or returning an error. by Greg Clayton · 14 years ago
- c8bc1c3 Fixed an issue where large memory writes might not get chunked up into smaller by Greg Clayton · 14 years ago
- 9d2b321 Dump JIT memory requirements when "log enable lldb expr" logging is enabled. by Greg Clayton · 14 years ago
- 5b53e8e Properly handle when commands are not unsupported in the GDB remote clients. by Greg Clayton · 14 years ago
- 8c2d609 Fixed the default ARM registers to have the generic argument by Greg Clayton · 14 years ago
- 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 14 years ago
- 989816b Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 14 years ago
- 0b0e3fc This patch add a "fake" attach waiting for a real implementation and by Johnny Chen · 14 years ago
- f387823 PATH_MAX is in limits.h on Linux. by Johnny Chen · 14 years ago
- 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 14 years ago
- 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 14 years ago
- 3aeaed3 Fixed an issue with the MacOSX backchain register context where the pc was by Greg Clayton · 14 years ago
- a458240 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 14 years ago
- 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 14 years ago
- c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 14 years ago
- 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 14 years ago
- 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 14 years ago
- ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 14 years ago
- b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
- dbeb3e1 Order of initialization lists. by Stephen Wilson · 14 years ago
- f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- baf01e0 Removed use of NSEC_PER_SEC. by Stephen Wilson · 14 years ago
- 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
- ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 14 years ago
- bf5a66b by Caroline Tice · 14 years ago
- 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- 67d9f7e by Stephen Wilson · 14 years ago
- 60f19d5 Unfortunately, sranddev() is not available on all platforms so seed using the by Stephen Wilson · 14 years ago
- f960048 Can't just call "rand" to get a random port, 'cause then you'll get the same sequence in two lldb's. This makes running lldb on lldb not work very well. by Jim Ingham · 14 years ago
- f4aad90 linux: minor updates to account for recent namespace changes by Stephen Wilson · 14 years ago
- 50daf77 Simple fixes for the gdb remote process plugin on Linux. by Stephen Wilson · 14 years ago
- b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- 3d79d34 by Caroline Tice · 14 years ago
- 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
- d1fbbb4 linux: simple support for process input and output by Stephen Wilson · 14 years ago
- cb8977d Added new platform commands: by Greg Clayton · 14 years ago
- 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 14 years ago
- 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
- b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
- c97bfdb Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 14 years ago
- e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
- d3475a2 Allow the macosx frame backchain to use 32/64 bit as the selector when by Greg Clayton · 14 years ago
- afb8186 Added a missing API call in SBTarget that enables one to get by Greg Clayton · 14 years ago
- 708b447 by Stephen Wilson · 14 years ago
- a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
- a1f0b72 linux: Use ArchSpec::GetCore and the ArchSpec::Core enums. by Stephen Wilson · 14 years ago
- a695f95 Add emulation for "ADR" operations. Add a ThumbImm8Scaled() convenience function by Johnny Chen · 14 years ago
- 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
- 2434884 Renamed macro definition of CPSR_C to be CPSR_C_POS to avoid confusions and subtle bugs. by Johnny Chen · 14 years ago
- 3dd0605 Add two convenience functions: DecodeImmShiftThumb() and DecodeImmShiftARM() to ARMUtils.h. by Johnny Chen · 14 years ago
- 85be6c9 Remove an assertion that was causing a crash. by Greg Clayton · 14 years ago
- 7c677ac Move Align(val, alignment) utility function to ARMUtils.h. by Johnny Chen · 14 years ago
- eeab485 Add emulation methods for ROR (immediate), ROR (register), and RRX. by Johnny Chen · 14 years ago
- 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 14 years ago
- 41a0a15 Add emulation methods for LSL (immediate), LSL (register), LSR (immediate), and LSR (register). by Johnny Chen · 14 years ago
- 5e4f4a2 Fixed an issue where detection of vCont support wasn't being done correctly. by Greg Clayton · 14 years ago
- 0fa98ca Modify the various shift routines to handle cases where the shift amount comes by Johnny Chen · 14 years ago
- 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
- 82f16aa A8.6.14 ASR (immediate) by Johnny Chen · 14 years ago
- 0d771a2 Add a bunch of utilities and an enum (ARM_ShifterType) for shift and rotate operations pertaining to: by Johnny Chen · 14 years ago
- c3c4661 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 14 years ago
- 3e9a41c Add comment. by Johnny Chen · 14 years ago
- 07f2f5a Enhanced the existing ARMExpandImm() and ThumbExpandImm() functions which expand by Johnny Chen · 14 years ago
- c1f4587 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 14 years ago
- 7da805c Changed comments of some functions to be consistent with existing ones. by Johnny Chen · 14 years ago
- f558860 Add a couple of utility functions plus some comments. by Johnny Chen · 14 years ago
- c3a38ea Cleaned up some parameter types and names. by Johnny Chen · 14 years ago
- bd59990 Namings are important. Renamed Bits32(const uint32_t val, uint32_t bit) to Bit32(val, bit) and by Johnny Chen · 14 years ago
- 338bf54 Add a generic EmulateMovRdRm() method and modify/add entries to the g_thumb_opcodes by Johnny Chen · 14 years ago
- b5dcb46 linux: use IS_VALID_LLDB_HOST_THREAD. by Stephen Wilson · 14 years ago
- a8d4241 Added the DWARF unique type map such that we only create a type once in the by Greg Clayton · 14 years ago
- f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 14 years ago
- c62176d Fix comment text. by Greg Clayton · 14 years ago
- fc7920f <rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase.test_process_launch_for_universal by Greg Clayton · 14 years ago
- f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 14 years ago
- ff276fe Add _pthread_wqthread to the list of thread stop points, and change the logging a bit. by Jim Ingham · 14 years ago
- 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
- 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
- 8120d47 Namespace patch for linux builds from Jai Menon. by Greg Clayton · 14 years ago
- 8d110ff Apple specific change from Kirk Beitz. by Greg Clayton · 14 years ago
- 0bfda0b Added a quicker lookup in the SectionLoadList when looking things up by by Greg Clayton · 14 years ago
- 9307047 Add a utility class ITSession to maintain the ITState for the Thumb ISA. by Johnny Chen · 14 years ago
- 4302f85 Add some comments and a little utility to convert ARM conditions to strings. by Johnny Chen · 14 years ago
- ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 14 years ago
- d5f76bb Patch to remove uses of non-standard strcasestr and replace then with by Greg Clayton · 14 years ago
- e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago