| Commit message (Expand) | Author | Age | Files | Lines |
| * | [NFC] Remove unused function GetHexWithFixedSize | Jonas Devlieghere | 2019-08-21 | 1 | -28/+0 |
| * | [Utility] Modernize C-style cats | Jonas Devlieghere | 2019-05-23 | 1 | -10/+10 |
| * | Delete unnecessary copy ctors/copy assignment operators | Fangrui Song | 2019-05-15 | 1 | -13/+0 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -14/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove comments after header includes. | Jonas Devlieghere | 2018-11-11 | 1 | -2/+2 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -12/+11 |
| * | Implementation of remote packets for Trace data. | Ravitheja Addepally | 2017-05-26 | 1 | -0/+9 |
| * | iwyu fixes on lldbUtility. | Zachary Turner | 2017-04-06 | 1 | -6/+4 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -404/+310 |
| * | Revert r280137 and 280139 and subsequent build fixes | Pavel Labath | 2016-08-31 | 1 | -62/+156 |
| * | A few minor stylistic cleanups in StringExtractor. | Zachary Turner | 2016-08-30 | 1 | -57/+33 |
| * | Use llvm to do endian conversions. | Zachary Turner | 2016-08-30 | 1 | -105/+35 |
| * | Convert some StringExtractor functions to accept MutableArrayRefs. | Zachary Turner | 2016-08-30 | 1 | -15/+13 |
| * | Convert GetNameColonValue to return StringRefs. | Zachary Turner | 2016-08-29 | 1 | -16/+30 |
| * | Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" | Pavel Labath | 2016-08-09 | 1 | -0/+1 |
| * | Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" | Pavel Labath | 2016-07-29 | 1 | -1/+0 |
| * | Rewrite gdb-remote's SendContinuePacketAndWaitForResponse | Pavel Labath | 2016-07-29 | 1 | -0/+1 |
| * | Skip leading spaces when decoding hex values | Francis Ricci | 2016-05-24 | 1 | -0/+3 |
| * | Add comment in StringExtractor::GetHexU8 | Dawn Perchik | 2015-09-25 | 1 | -1/+3 |
| * | Fix LLDB RSP client to decode '$O' packets incorrectly | Dawn Perchik | 2015-09-17 | 1 | -2/+11 |
| * | Fix cmake build after recent JSON changes | Pavel Labath | 2015-07-07 | 1 | -1/+1 |
| * | Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS... | Greg Clayton | 2015-07-06 | 1 | -0/+9 |
| * | Silence warnings here by explicit cast. | Enrico Granata | 2015-03-13 | 1 | -2/+2 |
| * | Added StringExtractor::DecodeHexU8 && GetHexBytesAvail | Vince Harron | 2014-12-01 | 1 | -49/+56 |
| * | Add lldb-gdbserver support for Linux x86_64. | Todd Fiala | 2014-06-30 | 1 | -0/+13 |
| * | Switch NULL to C++11 nullptr in source/Symbol and source/Utility | Ed Maste | 2014-04-20 | 1 | -4/+4 |
| * | cleanup unreferenced functions | Saleem Abdulrasool | 2014-03-20 | 1 | -10/+0 |
| * | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 1 | -4/+3 |
| * | merge lldb-platform-work branch (and assorted fixes) into trunk | Daniel Malea | 2013-08-26 | 1 | -3/+75 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -10/+10 |
| * | Fix a few more clang (3.2) warnings on Linux: | Daniel Malea | 2012-12-07 | 1 | -2/+2 |
| * | <rdar://problem/12398225> | Greg Clayton | 2012-09-28 | 1 | -36/+46 |
| * | Removed redundant isxdigit checks and added the ability to GetHexU8() so it c... | Greg Clayton | 2012-04-07 | 1 | -18/+11 |
| * | Add a missing header | Stephen Wilson | 2011-04-07 | 1 | -0/+2 |
| * | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -0/+20 |
| * | Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. | Greg Clayton | 2011-02-24 | 1 | -2/+2 |
| * | Modified the stop reply packet to be able to send the thread name using the | Greg Clayton | 2011-01-08 | 1 | -0/+10 |
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+1 |
| * | Avoid tolower, it's slow and unnecessary. | Benjamin Kramer | 2010-06-22 | 1 | -2/+4 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+360 |