- 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
- 1c2aa46 Fixed the SendInterrupt logic to return the true if the target was halted by Greg Clayton · 14 years ago
- 1febb89 A missed endian fix for the linux register context for x86_64. by Greg Clayton · 14 years ago
- cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
- 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 14 years ago
- ef85e91 Add emulate_pop (loads multiple registers from the stack) entries to both the by Johnny Chen · 14 years ago
- fdd179e Add emulate_add_sp_imm entry to the g_thumb_opcodes table, which represents an operation by Johnny Chen · 14 years ago
- 6db9e88 Align comment. by Johnny Chen · 14 years ago
- 08c25e8 Add some comments to the emulate_* functions. by Johnny Chen · 14 years ago
- 5e675ec Minor comment fix. by Johnny Chen · 14 years ago
- 31e2a38 Added the start of the plug-in interface to EmulateInstruction by Greg Clayton · 14 years ago
- 5bc2096 Added some documentation that describes the purpose and the goals by Greg Clayton · 14 years ago
- 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
- 1c13b62 Add emulate_mov_low_high() entry to the g_thumb_opcodes table to capture moving by Johnny Chen · 14 years ago
- 2ccad83 Add emulate_mov_rd_sp() entries to the g_arm_opcodes and g_thumb_opcodes tables. by Johnny Chen · 14 years ago
- 0d0148e Add emulate_sub_r7_ip_imm() (set frame pointer to some ip offset) and emulate_sub_ip_sp_imm() ( by Johnny Chen · 14 years ago
- 9082c8a Fix a little thinko in sending down the thread name to SetName. by Jim Ingham · 14 years ago
- 809742e Should provide more useful context info for the emulate_ldr_rd_pc_rel() impl. by Johnny Chen · 14 years ago
- e4450f0 by Caroline Tice · 14 years ago
- 788e055 Add emulate_ldr_rd_pc_rel entry to the g_thumb_opcodes table, which represents a by Johnny Chen · 14 years ago
- 5b442b7 Add emulate_add_sp_rm entry to the g_thumb_opcodes table, which represents an operation by Johnny Chen · 14 years ago
- db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
- bcec3af Add emulate_add_rd_sp_imm (SP plus immediate) to the g_arm_opcodes and g_thumb_opcodes tables. by Johnny Chen · 14 years ago
- 799dfd0 Add emulate_vpush (stores multiple consecutive extension registers to the stack) entries by Johnny Chen · 14 years ago
- a8e31c0 Remove duplicated comments. by Johnny Chen · 14 years ago
- 8584c92 Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h. by Johnny Chen · 14 years ago
- 108d5aa Move the generic instruction bits manipulation routines into a newly created file by Johnny Chen · 14 years ago
- e445502 Add Encoding T1 entry of emulate_sub_sp_imm to the g_thumb_opcodes table. by Johnny Chen · 14 years ago
- bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
- 60c0d62 Add Encoding T2 & T3 entries of emulate_sub_sp_imm to the g_thumb_opcodes table. by Johnny Chen · 14 years ago
- 4c0e0bc Add an entry to the g_arm_opcodes table named emulate_sub_sp_imm which corresponds by Johnny Chen · 14 years ago
- 91d9986 Variable renaming for better readability. by Johnny Chen · 14 years ago