1. 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 · 13 years ago
  2. f4aad90 linux: minor updates to account for recent namespace changes by Stephen Wilson · 13 years ago
  3. 50daf77 Simple fixes for the gdb remote process plugin on Linux. by Stephen Wilson · 13 years ago
  4. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  5. 3d79d34 by Caroline Tice · 13 years ago
  6. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  7. d1fbbb4 linux: simple support for process input and output by Stephen Wilson · 13 years ago
  8. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  9. 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 13 years ago
  10. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  11. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  12. c97bfdb Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 13 years ago
  13. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  14. d3475a2 Allow the macosx frame backchain to use 32/64 bit as the selector when by Greg Clayton · 13 years ago
  15. afb8186 Added a missing API call in SBTarget that enables one to get by Greg Clayton · 13 years ago
  16. 708b447 by Stephen Wilson · 13 years ago
  17. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 13 years ago
  18. a1f0b72 linux: Use ArchSpec::GetCore and the ArchSpec::Core enums. by Stephen Wilson · 13 years ago
  19. a695f95 Add emulation for "ADR" operations. Add a ThumbImm8Scaled() convenience function by Johnny Chen · 13 years ago
  20. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  21. 2434884 Renamed macro definition of CPSR_C to be CPSR_C_POS to avoid confusions and subtle bugs. by Johnny Chen · 13 years ago
  22. 3dd0605 Add two convenience functions: DecodeImmShiftThumb() and DecodeImmShiftARM() to ARMUtils.h. by Johnny Chen · 13 years ago
  23. 85be6c9 Remove an assertion that was causing a crash. by Greg Clayton · 13 years ago
  24. 7c677ac Move Align(val, alignment) utility function to ARMUtils.h. by Johnny Chen · 13 years ago
  25. eeab485 Add emulation methods for ROR (immediate), ROR (register), and RRX. by Johnny Chen · 13 years ago
  26. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 13 years ago
  27. 41a0a15 Add emulation methods for LSL (immediate), LSL (register), LSR (immediate), and LSR (register). by Johnny Chen · 13 years ago
  28. 5e4f4a2 Fixed an issue where detection of vCont support wasn't being done correctly. by Greg Clayton · 13 years ago
  29. 0fa98ca Modify the various shift routines to handle cases where the shift amount comes by Johnny Chen · 13 years ago
  30. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  31. 82f16aa A8.6.14 ASR (immediate) by Johnny Chen · 13 years ago
  32. 0d771a2 Add a bunch of utilities and an enum (ARM_ShifterType) for shift and rotate operations pertaining to: by Johnny Chen · 13 years ago
  33. c3c4661 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 13 years ago
  34. 3e9a41c Add comment. by Johnny Chen · 13 years ago
  35. 07f2f5a Enhanced the existing ARMExpandImm() and ThumbExpandImm() functions which expand by Johnny Chen · 13 years ago
  36. c1f4587 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 13 years ago
  37. 7da805c Changed comments of some functions to be consistent with existing ones. by Johnny Chen · 13 years ago
  38. f558860 Add a couple of utility functions plus some comments. by Johnny Chen · 13 years ago
  39. c3a38ea Cleaned up some parameter types and names. by Johnny Chen · 13 years ago
  40. bd59990 Namings are important. Renamed Bits32(const uint32_t val, uint32_t bit) to Bit32(val, bit) and by Johnny Chen · 13 years ago
  41. 338bf54 Add a generic EmulateMovRdRm() method and modify/add entries to the g_thumb_opcodes by Johnny Chen · 13 years ago
  42. b5dcb46 linux: use IS_VALID_LLDB_HOST_THREAD. by Stephen Wilson · 13 years ago
  43. a8d4241 Added the DWARF unique type map such that we only create a type once in the by Greg Clayton · 13 years ago
  44. f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 13 years ago
  45. c62176d Fix comment text. by Greg Clayton · 13 years ago
  46. fc7920f <rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase.test_process_launch_for_universal by Greg Clayton · 13 years ago
  47. 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 · 13 years ago
  48. ff276fe Add _pthread_wqthread to the list of thread stop points, and change the logging a bit. by Jim Ingham · 13 years ago
  49. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  50. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  51. 8120d47 Namespace patch for linux builds from Jai Menon. by Greg Clayton · 13 years ago
  52. 8d110ff Apple specific change from Kirk Beitz. by Greg Clayton · 13 years ago
  53. 0bfda0b Added a quicker lookup in the SectionLoadList when looking things up by by Greg Clayton · 13 years ago
  54. 9307047 Add a utility class ITSession to maintain the ITState for the Thumb ISA. by Johnny Chen · 13 years ago
  55. 4302f85 Add some comments and a little utility to convert ARM conditions to strings. by Johnny Chen · 13 years ago
  56. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 13 years ago
  57. d5f76bb Patch to remove uses of non-standard strcasestr and replace then with by Greg Clayton · 13 years ago
  58. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  59. 1c2aa46 Fixed the SendInterrupt logic to return the true if the target was halted by Greg Clayton · 13 years ago
  60. 1febb89 A missed endian fix for the linux register context for x86_64. by Greg Clayton · 13 years ago
  61. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 13 years ago
  62. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 13 years ago
  63. ef85e91 Add emulate_pop (loads multiple registers from the stack) entries to both the by Johnny Chen · 13 years ago
  64. fdd179e Add emulate_add_sp_imm entry to the g_thumb_opcodes table, which represents an operation by Johnny Chen · 13 years ago
  65. 6db9e88 Align comment. by Johnny Chen · 13 years ago
  66. 08c25e8 Add some comments to the emulate_* functions. by Johnny Chen · 13 years ago
  67. 5e675ec Minor comment fix. by Johnny Chen · 13 years ago
  68. 31e2a38 Added the start of the plug-in interface to EmulateInstruction by Greg Clayton · 13 years ago
  69. 5bc2096 Added some documentation that describes the purpose and the goals by Greg Clayton · 13 years ago
  70. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 13 years ago
  71. 1c13b62 Add emulate_mov_low_high() entry to the g_thumb_opcodes table to capture moving by Johnny Chen · 13 years ago
  72. 2ccad83 Add emulate_mov_rd_sp() entries to the g_arm_opcodes and g_thumb_opcodes tables. by Johnny Chen · 13 years ago
  73. 0d0148e Add emulate_sub_r7_ip_imm() (set frame pointer to some ip offset) and emulate_sub_ip_sp_imm() ( by Johnny Chen · 13 years ago
  74. 9082c8a Fix a little thinko in sending down the thread name to SetName. by Jim Ingham · 13 years ago
  75. 809742e Should provide more useful context info for the emulate_ldr_rd_pc_rel() impl. by Johnny Chen · 13 years ago
  76. e4450f0 by Caroline Tice · 13 years ago
  77. 788e055 Add emulate_ldr_rd_pc_rel entry to the g_thumb_opcodes table, which represents a by Johnny Chen · 13 years ago
  78. 5b442b7 Add emulate_add_sp_rm entry to the g_thumb_opcodes table, which represents an operation by Johnny Chen · 13 years ago
  79. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 13 years ago
  80. 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
  81. 799dfd0 Add emulate_vpush (stores multiple consecutive extension registers to the stack) entries by Johnny Chen · 14 years ago
  82. a8e31c0 Remove duplicated comments. by Johnny Chen · 14 years ago
  83. 8584c92 Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h. by Johnny Chen · 14 years ago
  84. 108d5aa Move the generic instruction bits manipulation routines into a newly created file by Johnny Chen · 14 years ago
  85. e445502 Add Encoding T1 entry of emulate_sub_sp_imm to the g_thumb_opcodes table. by Johnny Chen · 14 years ago
  86. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  87. 60c0d62 Add Encoding T2 & T3 entries of emulate_sub_sp_imm to the g_thumb_opcodes table. by Johnny Chen · 14 years ago
  88. 4c0e0bc Add an entry to the g_arm_opcodes table named emulate_sub_sp_imm which corresponds by Johnny Chen · 14 years ago
  89. 91d9986 Variable renaming for better readability. by Johnny Chen · 14 years ago
  90. cc3e640 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 14 years ago
  91. c72af6b When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop by Jim Ingham · 14 years ago
  92. 27a8dd7 One more fix to ProcessGDBRemote::DoDestroy(). This one will make sure we by Greg Clayton · 14 years ago
  93. 68ca823 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 14 years ago
  94. ce1ca77 Add an emulate-callback function emulate_str_rt_sp() to the g_arm_opcodes table. by Johnny Chen · 14 years ago
  95. 347320d Use two opcode tables g_arm_opcodes and g_thumb_opcodes, instead of lumping arm and thumb opcodes together. by Johnny Chen · 14 years ago
  96. 7d193c1 Fix typo of encoding T2 (push) in the original ARM Architecture Reference Manual, by Johnny Chen · 14 years ago
  97. a33d484 Add comment about using Encoding A1 push instruction to emulate the "stmfd sp!, reg" case, by Johnny Chen · 14 years ago
  98. d6873ed Make the assembler mnemonic lowercase. by Johnny Chen · 14 years ago
  99. aedde1c Add Encoding T1 of the PUSH instructions to the g_arm_opcodes table. by Johnny Chen · 14 years ago
  100. 555c497 Fix typo in the instruction descriptions for Encoding T2 and T3 of PUSH. by Johnny Chen · 14 years ago